org.w3c.jigadmin.events
Class ResourceActionEvent
java.lang.Object
java.util.EventObject
org.w3c.jigadmin.events.ResourceActionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceActionEvent
- extends java.util.EventObject
ActionEvent dedicated to Resource.
- 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 |
DELETE_EVENT
public static final int DELETE_EVENT
- See Also:
- Constant Field Values
ADD_EVENT
public static final int ADD_EVENT
- See Also:
- Constant Field Values
REINDEX_EVENT
public static final int REINDEX_EVENT
- See Also:
- Constant Field Values
SAVE_EVENT
public static final int SAVE_EVENT
- See Also:
- Constant Field Values
STOP_EVENT
public static final int STOP_EVENT
- See Also:
- Constant Field Values
REFERENCE_EVENT
public static final int REFERENCE_EVENT
- See Also:
- Constant Field Values
EDIT_EVENT
public static final int EDIT_EVENT
- See Also:
- Constant Field Values
ResourceActionEvent
public ResourceActionEvent(java.lang.Object source,
int command)
getResourceActionCommand
public int getResourceActionCommand()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject