org.w3c.tools.resources.event
Class Events

java.lang.Object
  extended by org.w3c.tools.resources.event.Events

public class Events
extends java.lang.Object


Field Summary
static int ATTRIBUTE_EVENT
           
static int FRAME_ADDED
          The frame has just been added.
static int FRAME_EVENT
           
static int FRAME_MODIFIED
          The frame has been modified.
static int FRAME_REMOVED
          The frame has been removed.
static int RESOURCE_CREATED
          A new resource has been created.
static int RESOURCE_EVENT
          The Ids
static int RESOURCE_MODIFIED
          The source is modified.
static int RESOURCE_REMOVED
          resource is about to be removed.
static int RESOURCE_UNLOADED
          resource is about to be removed.
 
Constructor Summary
Events()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_EVENT

public static final int RESOURCE_EVENT
The Ids

See Also:
Constant Field Values

FRAME_EVENT

public static final int FRAME_EVENT
See Also:
Constant Field Values

ATTRIBUTE_EVENT

public static final int ATTRIBUTE_EVENT
See Also:
Constant Field Values

RESOURCE_MODIFIED

public static final int RESOURCE_MODIFIED
The source is modified.

See Also:
Constant Field Values

RESOURCE_CREATED

public static final int RESOURCE_CREATED
A new resource has been created.

See Also:
Constant Field Values

RESOURCE_REMOVED

public static final int RESOURCE_REMOVED
resource is about to be removed.

See Also:
Constant Field Values

RESOURCE_UNLOADED

public static final int RESOURCE_UNLOADED
resource is about to be removed.

See Also:
Constant Field Values

FRAME_ADDED

public static final int FRAME_ADDED
The frame has just been added.

See Also:
Constant Field Values

FRAME_MODIFIED

public static final int FRAME_MODIFIED
The frame has been modified.

See Also:
Constant Field Values

FRAME_REMOVED

public static final int FRAME_REMOVED
The frame has been removed.

See Also:
Constant Field Values
Constructor Detail

Events

public Events()