|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.ge.research.utils.db.events.DBPollEvent
com.ge.research.utils.db.events.DeleteEvent
A DBPollEvent for database delete events.
This event should contain a copy of the record that was deleted from the database.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
DeleteEvent(DBPoller source)
|
|
DeleteEvent(DBPoller source,
ResultSetRow record)
|
|
| Methods inherited from class com.ge.research.utils.db.events.DBPollEvent |
getRecord, setRecord |
| 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 |
| Constructor Detail |
public DeleteEvent(DBPoller source)
public DeleteEvent(DBPoller source,
ResultSetRow record)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||