All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.util.html.ElementEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.as400.util.html.ElementEvent

public class ElementEvent
extends EventObject
The ElementEvent class represents an element event.


Variable Index

 o ELEMENT_ADDED
Event ID indicating that an element has been added.
 o ELEMENT_CHANGED
Event ID indicating that an element has been changed.
 o ELEMENT_REMOVED
Event ID indicating that an element has been removed.

Constructor Index

 o ElementEvent(Object, int)
Constructs an ElementEvent object.

Method Index

 o getID()
Returns the identifier for this event.

Variables

 o ELEMENT_ADDED
 public static final int ELEMENT_ADDED
Event ID indicating that an element has been added.

 o ELEMENT_CHANGED
 public static final int ELEMENT_CHANGED
Event ID indicating that an element has been changed.

 o ELEMENT_REMOVED
 public static final int ELEMENT_REMOVED
Event ID indicating that an element has been removed.

Constructors

 o ElementEvent
 public ElementEvent(Object source,
                     int id)
Constructs an ElementEvent object. It uses the specified source and ID.

Parameters:
source - The object where the event originated.
id - The event identifier.

Methods

 o getID
 public int getID()
Returns the identifier for this event.

Returns:
The identifier for this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index