net.chaosserver.jtunes.event
Class PlayListLoadedEvent
java.lang.Object
|
+--net.chaosserver.jtunes.event.JTunesApplicationEvent
|
+--net.chaosserver.jtunes.event.PlayListLoadedEvent
- public class PlayListLoadedEvent
- extends JTunesApplicationEvent
Event fired when a new playlist has been loaded.
Field Summary |
protected PlayList |
playList
Holds the playlist that has been loaded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
playList
protected PlayList playList
- Holds the playlist that has been loaded.
PlayListLoadedEvent
public PlayListLoadedEvent(PlayList playList)
- Constructs a new PlayListLoadedEvent.
- Parameters:
playList
- the playlist that has been loaded
Copyright ?? 20030801