com.jaxfront.core.schema.impl
Class KeyKeyRefEvent

java.lang.Object
  extended by com.jaxfront.core.schema.impl.KeyKeyRefEvent

public class KeyKeyRefEvent
extends java.lang.Object


Field Summary
static int KEY_ADDED_EVENT
           
static int KEY_CHANGED_EVENT
           
static int KEY_REMOVED_EVENT
           
static int KEYREF_ADDED_EVENT
           
static int KEYREF_CHANGED_EVENT
           
static int KEYREF_REMOVED_EVENT
           
 
Constructor Summary
KeyKeyRefEvent(java.lang.String keyName, java.lang.String keyRefName, int eventType, Type eventSourceType)
           
 
Method Summary
 Type getEventSourceType()
           
 int getEventType()
           
 java.lang.String getKeyName()
           
 java.lang.String getKeyRefName()
           
 boolean isKeyAdded()
           
 boolean isKeyRefAdded()
           
 boolean isKeyRefRemoved()
           
 boolean isKeyRemoved()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_ADDED_EVENT

public static final int KEY_ADDED_EVENT
See Also:
Constant Field Values

KEY_REMOVED_EVENT

public static final int KEY_REMOVED_EVENT
See Also:
Constant Field Values

KEYREF_ADDED_EVENT

public static final int KEYREF_ADDED_EVENT
See Also:
Constant Field Values

KEYREF_REMOVED_EVENT

public static final int KEYREF_REMOVED_EVENT
See Also:
Constant Field Values

KEY_CHANGED_EVENT

public static final int KEY_CHANGED_EVENT
See Also:
Constant Field Values

KEYREF_CHANGED_EVENT

public static final int KEYREF_CHANGED_EVENT
See Also:
Constant Field Values
Constructor Detail

KeyKeyRefEvent

public KeyKeyRefEvent(java.lang.String keyName,
                      java.lang.String keyRefName,
                      int eventType,
                      Type eventSourceType)
Method Detail

isKeyRemoved

public boolean isKeyRemoved()

isKeyAdded

public boolean isKeyAdded()

isKeyRefRemoved

public boolean isKeyRefRemoved()

isKeyRefAdded

public boolean isKeyRefAdded()

getKeyName

public java.lang.String getKeyName()

getKeyRefName

public java.lang.String getKeyRefName()

getEventType

public int getEventType()

getEventSourceType

public Type getEventSourceType()