org.jpox
Class FieldInstanceLifecycleEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.jdo.listener.InstanceLifecycleEvent
          extended byorg.jpox.FieldInstanceLifecycleEvent
All Implemented Interfaces:
java.io.Serializable

public class FieldInstanceLifecycleEvent
extends javax.jdo.listener.InstanceLifecycleEvent

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 $
See Also:
Serialized Form

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

getFieldNames

public java.lang.String[] getFieldNames()
Accessor for the field names affected by this event

Returns:
The field names


Copyright © -2007 . All Rights Reserved.