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_CHANGED_EVENT
public static final int KEY_CHANGED_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_CHANGED_EVENT
public static final int KEYREF_CHANGED_EVENT
- See Also:
- Constant Field Values
KEYREF_REMOVED_EVENT
public static final int KEYREF_REMOVED_EVENT
- See Also:
- Constant Field Values
KeyKeyRefEvent
public KeyKeyRefEvent(java.lang.String keyName,
java.lang.String keyRefName,
int eventType,
Type eventSourceType)
getEventSourceType
public Type getEventSourceType()
getEventType
public int getEventType()
getKeyName
public java.lang.String getKeyName()
getKeyRefName
public java.lang.String getKeyRefName()
isKeyAdded
public boolean isKeyAdded()
isKeyRefAdded
public boolean isKeyRefAdded()
isKeyRefRemoved
public boolean isKeyRefRemoved()
isKeyRemoved
public boolean isKeyRemoved()