public class XDBBasicEventListener extends java.lang.Object implements XDBRepositoryEventListener
| Constructor and Description |
|---|
XDBBasicEventListener() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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.