|
|||||||||
| 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.servlet.RowDataEvent
public class RowDataEvent extends EventObject
The RowDataEvent class represents a row data event.
| Modifier and Type | Field and Description |
|---|---|
static int |
ROW_ADDED
Event ID indicating that a row has been added. |
static int |
ROW_CHANGED
Event ID indicating that a row has been changed. |
static int |
ROW_REMOVED
Event ID indicating that a row has been removed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
RowDataEvent(Object source,
int id)
Constructs a RowDataEvent 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 ROW_ADDED
public static final int ROW_CHANGED
public static final int ROW_REMOVED
| Constructor Detail |
|---|
public RowDataEvent(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 | ||||||||