Interface TextureSequence.TexSeqEventListener<T extends TextureSequence>

All Known Subinterfaces:
GLMediaPlayer.GLMediaEventListener
Enclosing interface:
TextureSequence

public static interface TextureSequence.TexSeqEventListener<T extends TextureSequence>
Event listener to notify users of updates regarding the TextureSequence.

Implementations sending events down to all listeners, while not necessarily making the user's OpenGL context current.

Events may be sent from a 3rd-party thread, possibly holding another, maybe shared, OpenGL context current.
Hence a user shall not issue any OpenGL, time consuming or TextureSequence operations directly.
Instead, the user shall: