net.chaosserver.jtunes.event
Class StartExportEvent
java.lang.Object
|
+--net.chaosserver.jtunes.event.JTunesApplicationEvent
|
+--net.chaosserver.jtunes.event.StartExportEvent
- public class StartExportEvent
- extends JTunesApplicationEvent
Indicates the start of exporting a playlist.
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 being exported.
StartExportEvent
public StartExportEvent(PlayList playList)
- Constructs a new StartExportEvent.
- Parameters:
playList
- the playlist being exported.
getPlayList
public PlayList getPlayList()
- Gets the playlist being exported.
- Returns:
- the playlist being exported
Copyright ?? 20030801