ObjectDB ObjectDB

InstanceLifecycleEvent(source, type, target) - JDO InstanceLifecycleEvent's constructor

Constructor
javax.jdo.listener.InstanceLifecycleEvent
InstanceLifecycleEvent(
  Object source,
  int type,
  Object target
)

Creates a new event object with the specified source, type, and target.
Parameters:
source - the instance that triggered the event
type - the event type
target - the "other" instance
Since:
JDO 2.0