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.


Field Summary
protected  PlayList playList
          Holds the playlist being exported.
 
Constructor Summary
StartExportEvent(PlayList playList)
          Constructs a new StartExportEvent.
 
Method Summary
 PlayList getPlayList()
          Gets the playlist being exported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

playList

protected PlayList playList
Holds the playlist being exported.

Constructor Detail

StartExportEvent

public StartExportEvent(PlayList playList)
Constructs a new StartExportEvent.

Parameters:
playList - the playlist being exported.
Method Detail

getPlayList

public PlayList getPlayList()
Gets the playlist being exported.

Returns:
the playlist being exported


Copyright ?? 20030801