| org.jpox.jdo.FieldInstanceLifecycleEvent
FieldInstanceLifecycleEvent | public class FieldInstanceLifecycleEvent extends InstanceLifecycleEvent (Code) | | Extension to InstanceLifecycleEvent where the event can relate to specific
field providing access to the field names that are affected by this event.
version: $Revision: 1.1 $ |
FieldInstanceLifecycleEvent | public FieldInstanceLifecycleEvent(Object obj, int eventType, Object otherObj, String[] fieldNames)(Code) | | Constructor.
Parameters: obj - The object on which the event occurs Parameters: eventType - Type of event Parameters: otherObj - The other object Parameters: fieldNames - Names of the fields affected |
getFieldNames | public String[] getFieldNames()(Code) | | Accessor for the field names affected by this event
The field names |
|
|