Package ipsk.audio.player.event
Class PlayerStoppedEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.player.event.PlayerEvent
-
- ipsk.audio.player.event.PlayerStopEvent
-
- ipsk.audio.player.event.PlayerStoppedEvent
-
- All Implemented Interfaces:
AudioController2.AudioControllerEvent
,java.io.Serializable
public class PlayerStoppedEvent extends PlayerStopEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlayerStoppedEvent(java.lang.Object source)
PlayerStoppedEvent(java.lang.Object source, long position)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class ipsk.audio.player.event.PlayerStopEvent
getPosition, setPosition
-
-