com.jaxfront.core.schema.impl
Class KeyKeyRefEvent
java.lang.Object
com.jaxfront.core.schema.impl.KeyKeyRefEvent
public class KeyKeyRefEvent
- extends java.lang.Object
Constructor Summary |
KeyKeyRefEvent(java.lang.String keyName,
java.lang.String keyRefName,
int eventType,
Type eventSourceType)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KeyKeyRefEvent
public KeyKeyRefEvent(java.lang.String keyName,
java.lang.String keyRefName,
int eventType,
Type eventSourceType)
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()