Package ipsk.audio.player.event
Class PlayerErrorEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.player.event.PlayerEvent
-
- ipsk.audio.player.event.PlayerErrorEvent
-
- All Implemented Interfaces:
AudioController2.AudioControllerEvent
,java.io.Serializable
public class PlayerErrorEvent extends PlayerEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlayerErrorEvent(java.lang.Object source)
PlayerErrorEvent(java.lang.Object source, java.lang.Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getCause()
void
setCause(java.lang.Exception cause)
-