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.
 
Constructor Summary
PlayListLoadedEvent(PlayList playList)
          Constructs a new PlayListLoadedEvent.
 
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 that has been loaded.

Constructor Detail

PlayListLoadedEvent

public PlayListLoadedEvent(PlayList playList)
Constructs a new PlayListLoadedEvent.

Parameters:
playList - the playlist that has been loaded


Copyright ?? 20030801