org.w3c.jigadmin.events
Class ResourceActionEvent

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

Field Summary
static int ADD_EVENT
           
static int DELETE_EVENT
           
static int EDIT_EVENT
           
static int REFERENCE_EVENT
           
static int REINDEX_EVENT
           
static int SAVE_EVENT
           
static int STOP_EVENT
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ResourceActionEvent(java.lang.Object source, int command)
           
 
Method Summary
 int getResourceActionCommand()
           
 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

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

ResourceActionEvent

public ResourceActionEvent(java.lang.Object source,
                           int command)
Method Detail

getResourceActionCommand

public int getResourceActionCommand()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject