org.caleigo.core.event
Class QualifierEvent
java.lang.Object
java.util.EventObject
org.caleigo.core.event.QualifierEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class QualifierEvent
- extends java.util.EventObject
Event for relaying changes of the structure or value content in Qualifier
objects. This is equal to changes in what entities that the qualifier
addresses.
- Version:
- 1.00
- Author:
- Dennis Zikovic
- 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 |
STRUCTURE_CHANGED
public static final int STRUCTURE_CHANGED
- See Also:
- Constant Field Values
CONTENT_CHANGED
public static final int CONTENT_CHANGED
- See Also:
- Constant Field Values
QualifierEvent
public QualifierEvent(Qualifier sourceQualifier,
int eventType)
- Creates new EntityCollectionEvent
toString
public java.lang.String toString()
getSourceQualifier
public Qualifier getSourceQualifier()
getEventType
public int getEventType()
Copyright © 2005 Caleigo. All Rights Reserved.