com.jogamp.opengl.util.texture
Interface TextureSequence.TexSeqEventListener<T extends TextureSequence>

All Known Subinterfaces:
GLMediaPlayer.GLMediaEventListener
Enclosing interface:
TextureSequence

public static interface TextureSequence.TexSeqEventListener<T extends TextureSequence>


Method Summary
 void newFrameAvailable(T ts, long when)
          Signaling listeners that TextureSequence.getNextTexture(GL, boolean) is able to deliver a new frame.
 

Method Detail

newFrameAvailable

void newFrameAvailable(T ts,
                       long when)
Signaling listeners that TextureSequence.getNextTexture(GL, boolean) is able to deliver a new frame.

Parameters:
ts - the event source
when - system time in msec.


Copyright 2010 JogAmp Community.