|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by DescriptorEventListener
Purpose: Used to support Java event listener event model on descriptors. Events can be registered for through two methods, the first is by providing a method to be called on the object that a paticualr operation is being performed on. The second is by registering a manager object to be notified when any event occurs for that descriptor. The second method is more similar to the java beans event model but requires the registered object to implement the DescriptorEventListener interface.
DescriptorEventManager, DescriptorEvent| Method Summary | |
void |
aboutToDelete(DescriptorEvent event)Deprecated. |
void |
aboutToInsert(DescriptorEvent event)Deprecated. |
void |
aboutToUpdate(DescriptorEvent event)Deprecated. |
void |
postBuild(DescriptorEvent event)Deprecated. |
void |
postClone(DescriptorEvent event)Deprecated. |
void |
postDelete(DescriptorEvent event)Deprecated. |
void |
postInsert(DescriptorEvent event)Deprecated. |
void |
postMerge(DescriptorEvent event)Deprecated. |
void |
postRefresh(DescriptorEvent event)Deprecated. |
void |
postUpdate(DescriptorEvent event)Deprecated. |
void |
postWrite(DescriptorEvent event)Deprecated. |
void |
preDelete(DescriptorEvent event)Deprecated. |
void |
preInsert(DescriptorEvent event)Deprecated. |
void |
preUpdate(DescriptorEvent event)Deprecated. |
void |
preWrite(DescriptorEvent event)Deprecated. |
| Method Detail |
public void aboutToInsert(DescriptorEvent event)
public void aboutToUpdate(DescriptorEvent event)
public void aboutToDelete(DescriptorEvent event)
public void postBuild(DescriptorEvent event)
public void postClone(DescriptorEvent event)
public void postDelete(DescriptorEvent event)
public void postInsert(DescriptorEvent event)
public void postMerge(DescriptorEvent event)
public void postRefresh(DescriptorEvent event)
public void postUpdate(DescriptorEvent event)
public void postWrite(DescriptorEvent event)
public void preDelete(DescriptorEvent event)
public void preInsert(DescriptorEvent event)
public void preUpdate(DescriptorEvent event)
public void preWrite(DescriptorEvent event)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||