|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ibm.as400.util.html.ElementEvent
public class ElementEvent extends EventObject
The ElementEvent class represents an element event.
| Modifier and Type | Field and Description |
|---|---|
static int |
ELEMENT_ADDED
Event ID indicating that an element has been added. |
static int |
ELEMENT_CHANGED
Event ID indicating that an element has been changed. |
static int |
ELEMENT_REMOVED
Event ID indicating that an element has been removed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
ElementEvent(Object source,
int id)
Constructs an ElementEvent object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ELEMENT_ADDED
public static final int ELEMENT_CHANGED
public static final int ELEMENT_REMOVED
| Constructor Detail |
|---|
public ElementEvent(Object source,
int id)
source - The object where the event originated.id - The event identifier.| Method Detail |
|---|
public int getID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||