org.caleigo.core.event
Class QualifierEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
static int CONTENT_CHANGED
           
static int STRUCTURE_CHANGED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QualifierEvent(Qualifier sourceQualifier, int eventType)
          Creates new EntityCollectionEvent
 
Method Summary
 int getEventType()
           
 Qualifier getSourceQualifier()
           
 java.lang.String toString()
           
 
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
 

Field Detail

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
Constructor Detail

QualifierEvent

public QualifierEvent(Qualifier sourceQualifier,
                      int eventType)
Creates new EntityCollectionEvent

Method Detail

toString

public java.lang.String toString()

getSourceQualifier

public Qualifier getSourceQualifier()

getEventType

public int getEventType()


Copyright © 2005 Caleigo. All Rights Reserved.