SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.event
Interface DirtyFlushedLifecycleListener

All Superinterfaces:
InstanceLifecycleListener
All Known Implementing Classes:
AbstractInstanceLifecycleListener

public interface DirtyFlushedLifecycleListener
extends InstanceLifecycleListener

Extension to LifecycleListener system to listen to when a dirty flushed instance becomes dirtied again after flush for the first time, i.e. requires a new flush.


Field Summary
static int EVENT_TYPE
          Value returned from InstanceLifecycleEvent.getEventType().
 
Method Summary
 void postDirtyFlushed(InstanceLifecycleEvent event)
          The contained flushed source has been dirtied again, such that another flush is required.
 void preDirtyFlushed(InstanceLifecycleEvent event)
          The contained flushed source has been dirtied again, such that another flush is required.
 

Field Detail

EVENT_TYPE

public static final int EVENT_TYPE
Value returned from InstanceLifecycleEvent.getEventType().
Method Detail

preDirtyFlushed

public void preDirtyFlushed(InstanceLifecycleEvent event)
The contained flushed source has been dirtied again, such that another flush is required.

postDirtyFlushed

public void postDirtyFlushed(InstanceLifecycleEvent event)
The contained flushed source has been dirtied again, such that another flush is required.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.