|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.jdo.listener.InstanceLifecycleEvent
org.jpox.FieldInstanceLifecycleEvent
Extension to InstanceLifecycleEvent where the event can relate to specific field providing access to the field names that are affected by this event.
Field Summary |
Fields inherited from class javax.jdo.listener.InstanceLifecycleEvent |
ATTACH, CLEAR, CREATE, DELETE, DETACH, DIRTY, LOAD, STORE |
Fields inherited from class java.util.EventObject |
source |
Method Summary | |
java.lang.String[] |
getFieldNames()
Accessor for the field names affected by this event |
Methods inherited from class javax.jdo.listener.InstanceLifecycleEvent |
getDetachedInstance, getEventType, getPersistentInstance, getSource, getTarget |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String[] getFieldNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |