public static interface TextureSequence.TexSeqEventListener<T extends TextureSequence>
Modifier and Type | Method and Description |
---|---|
void |
newFrameAvailable(T ts,
long when)
Signaling listeners that
TextureSequence.getNextTexture(GL, boolean) is able to deliver a new frame. |
void newFrameAvailable(T ts, long when)
TextureSequence.getNextTexture(GL, boolean)
is able to deliver a new frame.ts
- the event sourcewhen
- system time in msec.Copyright 2010 JogAmp Community.