Package | Description |
---|---|
org.monte.media |
Defines a framework for media processing and provides default implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
StateTracker
Tracks state changes in a StateModel.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlayer.addStateListener(StateListener l)
Adds a listener that wants to be notified about
state changes of the player.
|
void |
Player.addStateListener(StateListener listener)
Adds a listener that wants to be notified about
state changes of the player.
|
void |
StateModel.addStateListener(StateListener listener)
Adds a listener that wants to be notified about
state changes of the model.
|
void |
AbstractPlayer.removeStateListener(StateListener l)
Removes a listener.
|
void |
Player.removeStateListener(StateListener listener)
Removes a listener.
|
void |
StateModel.removeStateListener(StateListener listener)
Removes a listener.
|