org.beanfabrics.event
Class ListEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.beanfabrics.event.ListEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ElementChangedEvent, ElementsAddedEvent, ElementsDeselectedEvent, ElementsRemovedEvent, ElementsReplacedEvent, ElementsSelectedEvent

public class ListEvent
extends java.util.EventObject

An event which indicates that some change has occurred in some IListPM.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected ListEvent(IListPM<?> source)
          Constructs a ListEvent
 
Method Summary
 java.lang.String paramString()
          
 java.lang.String toString()
          Returns a string representation of this event.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListEvent

protected ListEvent(IListPM<?> source)
Constructs a ListEvent

Parameters:
source -
Method Detail

paramString

public java.lang.String paramString()


toString

public java.lang.String toString()
Returns a string representation of this event.

Overrides:
toString in class java.util.EventObject
Returns:
a string representation of this event