org.apache.slide.event
Class EventCollection
java.lang.Object
java.util.EventObject
org.apache.slide.event.EventCollection
- All Implemented Interfaces:
- java.io.Serializable
- public class EventCollection
- extends java.util.EventObject
Event collection class
- Version:
- $Revision: 1.7 $
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
collection
java.util.List collection
COLLECTED
public static final EventCollection.Collected COLLECTED
VETOABLE_COLLECTED
public static final EventCollection.VetoableCollected VETOABLE_COLLECTED
GROUP
public static final java.lang.String GROUP
- See Also:
- Constant Field Values
methods
public static final AbstractEventMethod[] methods
EventCollection
public EventCollection(java.lang.Object source)
addEvent
public void addEvent(AbstractEventMethod method,
java.util.EventObject event)
getCollection
public java.util.List getCollection()
toString
public java.lang.String toString()