|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfnmc.util.eventing.EventObject
oracle.jbo.JboEvent
oracle.jbo.RowSetManagementEvent
public class RowSetManagementEvent
Generated by RowSet or RowSetIterator to inform its listeners when
the row set is closed or reset.
| Field Summary | |
|---|---|
static int |
EVENT_TYPE_CLOSED
The event type designating that the row set iterator has been closed. |
static int |
EVENT_TYPE_RESET
The event type designating that the row set iterator has been reset. |
| Fields inherited from class oracle.adfnmc.util.eventing.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RowSetManagementEvent(RowSetIterator source,
int eventType)
Creates a row set management event. |
|
| Method Summary | |
|---|---|
int |
getEventType()
Gets the event type. |
java.lang.String |
toString()
Internal: For debugging only. |
| Methods inherited from class oracle.adfnmc.util.eventing.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EVENT_TYPE_RESET
public static final int EVENT_TYPE_CLOSED
| Constructor Detail |
|---|
public RowSetManagementEvent(RowSetIterator source,
int eventType)
source - the publisher of the event.eventType - the event type. It should be one of the EVENT_TYPE_... constants.| Method Detail |
|---|
public int getEventType()
EVENT_TYPE_... constants.public java.lang.String toString()
toString in class EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||