agentland.device.intelliCD
Class CollectionChangeEvent

java.lang.Object
  |
  +--agentland.device.intelliCD.IntelliCDEvent
        |
        +--agentland.device.intelliCD.CollectionChangeEvent
All Implemented Interfaces:
Serializable

public class CollectionChangeEvent
extends IntelliCDEvent
implements Serializable

See Also:
Serialized Form

Constructor Summary
CollectionChangeEvent()
           
CollectionChangeEvent(SongContainerElement el, String action)
           
 
Method Summary
 String getAction()
           
 SongContainerElement getModifiedElement()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionChangeEvent

public CollectionChangeEvent()

CollectionChangeEvent

public CollectionChangeEvent(SongContainerElement el,
                             String action)
Method Detail

getModifiedElement

public SongContainerElement getModifiedElement()

getAction

public String getAction()

toString

public String toString()
Overrides:
toString in class IntelliCDEvent