Package ipsk.audio.player.event
Class PlayerStopEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.player.event.PlayerEvent
-
- ipsk.audio.player.event.PlayerStopEvent
-
- All Implemented Interfaces:
AudioController2.AudioControllerEvent
,java.io.Serializable
- Direct Known Subclasses:
PlayerEndOfMediaEvent
,PlayerPauseEvent
,PlayerStoppedEvent
public class PlayerStopEvent extends PlayerEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlayerStopEvent(java.lang.Object source)
PlayerStopEvent(java.lang.Object source, long position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPosition()
void
setPosition(long position)
-