Uses of Interface
org.monte.media.player.StateListener
Packages that use StateListener
Package
Description
Defines a framework for playing video files, and provides base implementations.
-
Uses of StateListener in org.monte.media.player
Classes in org.monte.media.player that implement StateListenerMethods in org.monte.media.player with parameters of type StateListenerModifier and TypeMethodDescriptionvoidAbstractPlayer.addStateListener(StateListener l) Adds a listener that wants to be notified about state changes of the player.voidPlayer.addStateListener(StateListener listener) Adds a listener that wants to be notified about state changes of the player.voidStateModel.addStateListener(StateListener listener) Adds a listener that wants to be notified about state changes of the model.voidAbstractPlayer.removeStateListener(StateListener l) Removes a listener.voidPlayer.removeStateListener(StateListener listener) Removes a listener.voidStateModel.removeStateListener(StateListener listener) Removes a listener.