|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xdb.event.XDBBasicEventListener
public class XDBBasicEventListener
An example class to show how application writers can create there own event listeners.
| Constructor Summary | |
|---|---|
XDBBasicEventListener() |
|
| Method Summary | |
|---|---|
void |
handlePostCheckIn(XDBRepositoryEvent eventObject)Handle post-checkin event |
void |
handlePostCheckOut(XDBRepositoryEvent eventObject)Handle post-checkout event |
void |
handlePostCreate(XDBRepositoryEvent eventObject)Handle post-create event |
void |
handlePostDelete(XDBRepositoryEvent eventObject)Handle post-delete event |
void |
handlePostLinkIn(XDBRepositoryEvent eventObject)Handle post-link-in event |
void |
handlePostLinkTo(XDBRepositoryEvent eventObject)Handle post-link-to event |
void |
handlePostLock(XDBRepositoryEvent eventObject)Handle post-lock event |
void |
handlePostUnlinkFrom(XDBRepositoryEvent eventObject)Handle post-unlink-from event |
void |
handlePostUnlinkIn(XDBRepositoryEvent eventObject)Handle post-unlink-in event |
void |
handlePostUnlock(XDBRepositoryEvent eventObject)Handle post-unlock event |
void |
handlePostUpdate(XDBRepositoryEvent eventObject)Handle post-update event |
void |
handlePreCheckIn(XDBRepositoryEvent eventObject)Handle pre-checkin event |
void |
handlePreCheckOut(XDBRepositoryEvent eventObject)Handle pre-checkout event |
void |
handlePreCreate(XDBRepositoryEvent eventObject)Handle pre-create event |
void |
handlePreDelete(XDBRepositoryEvent eventObject)Handle pre-delete event |
void |
handlePreLinkIn(XDBRepositoryEvent eventObject)Handle pre-link-in event |
void |
handlePreLinkTo(XDBRepositoryEvent eventObject)Handle pre-link-to event |
void |
handlePreLock(XDBRepositoryEvent eventObject)Handle pre-lock event |
void |
handlePreUnlinkFrom(XDBRepositoryEvent eventObject)Handle pre-unlink-from event |
void |
handlePreUnlinkIn(XDBRepositoryEvent eventObject)Handle pre-unlink-in event |
void |
handlePreUnlock(XDBRepositoryEvent eventObject)Handle pre-unlock event |
void |
handlePreUpdate(XDBRepositoryEvent eventObject)Handle pre-update event |
void |
handleRender(XDBRepositoryEvent eventObject)Handle render event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XDBBasicEventListener()
| Method Detail |
|---|
public void handleRender(XDBRepositoryEvent eventObject)
handleRender in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreCreate(XDBRepositoryEvent eventObject)
handlePreCreate in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostCreate(XDBRepositoryEvent eventObject)
handlePostCreate in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreDelete(XDBRepositoryEvent eventObject)
handlePreDelete in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostDelete(XDBRepositoryEvent eventObject)
handlePostDelete in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreUpdate(XDBRepositoryEvent eventObject)
handlePreUpdate in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostUpdate(XDBRepositoryEvent eventObject)
handlePostUpdate in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreLock(XDBRepositoryEvent eventObject)
handlePreLock in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostLock(XDBRepositoryEvent eventObject)
handlePostLock in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreUnlock(XDBRepositoryEvent eventObject)
handlePreUnlock in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostUnlock(XDBRepositoryEvent eventObject)
handlePostUnlock in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreLinkIn(XDBRepositoryEvent eventObject)
handlePreLinkIn in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostLinkIn(XDBRepositoryEvent eventObject)
handlePostLinkIn in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreLinkTo(XDBRepositoryEvent eventObject)
handlePreLinkTo in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostLinkTo(XDBRepositoryEvent eventObject)
handlePostLinkTo in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreUnlinkIn(XDBRepositoryEvent eventObject)
handlePreUnlinkIn in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostUnlinkIn(XDBRepositoryEvent eventObject)
handlePostUnlinkIn in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreUnlinkFrom(XDBRepositoryEvent eventObject)
handlePreUnlinkFrom in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostUnlinkFrom(XDBRepositoryEvent eventObject)
handlePostUnlinkFrom in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreCheckIn(XDBRepositoryEvent eventObject)
handlePreCheckIn in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostCheckIn(XDBRepositoryEvent eventObject)
handlePostCheckIn in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePreCheckOut(XDBRepositoryEvent eventObject)
handlePreCheckOut in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.public void handlePostCheckOut(XDBRepositoryEvent eventObject)
handlePostCheckOut in interface XDBRepositoryEventListenereventObject - The XDBRepositoryEvent passed from the Oracle XML Database events framework to the handler when an event is fired.
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||