org.iso.mpeg.mpegj.scene
Interface SceneListener.Message

Enclosing class:
SceneListener

public static interface SceneListener.Message

The message numbers used in the notify method.


Field Summary
static int SCENE_READY
          When the listener is first added this message is sent with the current valid Scene instance.
static int SCENE_REMOVED
          Indicates that the scene has been removed.
static int SCENE_REPLACED
          Indicates that the scene has been replaced.
 

Field Detail

SCENE_READY

public static final int SCENE_READY
When the listener is first added this message is sent with the current valid Scene instance.

SCENE_REPLACED

public static final int SCENE_REPLACED
Indicates that the scene has been replaced.

SCENE_REMOVED

public static final int SCENE_REMOVED
Indicates that the scene has been removed.