|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
oracle.olapi.data.cursor.CursorManagerUpdateEvent
public class CursorManagerUpdateEvent
An event passed by a CursorManager to the
CursorManageUpdateListener objects associated with it.
When a CursorManager becomes aware that a change has
occurred to the Source associated with it, it calls the
appropriate method on a CursorManageUpdateListener
and passes that method a CursorManagerUpdateEvent.
CursorManagerUpdateListener,
Serialized Form| Field Summary | |
|---|---|
static int |
CURSOR_MANAGER_DATA_UPDATED
A constant that indicates that the Source associated
with a CursorManager has changed so that the data
specified by Source is different but the structure of the
Source has not changed. |
static int |
CURSOR_MANAGER_SPECIFICATION_UPDATED
A constant that indicates that the CursorInfoSpecification associated with the
CursorManager has been updated. |
static int |
CURSOR_MANAGER_STRUCTURE_UPDATED
A constant that indicates that the Source associated
with a CursorManager has changed and the structure of the
Source is now different. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CursorManagerUpdateEvent(CursorManager source,
int id)
Creates a CursorManagerUpdateEvent. |
|
| Method Summary | |
|---|---|
CursorManager |
getCursorManager()
Gets the CursorManager that originated the event. |
int |
getID()
Gets the constant that identifies the type of event that occurred, such as the CURSOR_MANAGER_STRUCTURE_UPDATED 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 CURSOR_MANAGER_DATA_UPDATED
Source associated
with a CursorManager has changed so that the data
specified by Source is different but the structure of the
Source has not changed.
public static final int CURSOR_MANAGER_STRUCTURE_UPDATED
Source associated
with a CursorManager has changed and the structure of the
Source is now different.
public static final int CURSOR_MANAGER_SPECIFICATION_UPDATED
CursorInfoSpecification associated with the
CursorManager has been updated.
| Constructor Detail |
|---|
public CursorManagerUpdateEvent(CursorManager source,
int id)
CursorManagerUpdateEvent.
source - The CursorManager that originated the
event.id - The constant that indicates the type of the event that occurred.| Method Detail |
|---|
public CursorManager getCursorManager()
CursorManager that originated the event.
CursorManager that originated the event.public int getID()
CURSOR_MANAGER_STRUCTURE_UPDATED event.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||