Interface ThreadRedirect

All Known Implementing Classes:
AWTThreadRedirect, NoRedirect

public interface ThreadRedirect
A ThreadRedirect allows to redirect a Runnable execution to a choosen thread. This is used to customize which thread will execute OpenGL rendering tasks which differ among platforms as well as windowing toolkits.
Author:
Martin Pernollet