Kodo 4.2.0. generated on July 28 2008

kodo.jdo
Interface DirtyFlushedLifecycleListener

All Superinterfaces:
InstanceLifecycleListener

public interface DirtyFlushedLifecycleListener
extends InstanceLifecycleListener

Kodo-specific instance lifecycle listener that is notified when a flushed object is re-dirtied again for the first time after flush.


Method Summary
 void postDirtyFlushed(InstanceLifecycleEvent event)
          Called after applying change.
 void preDirtyFlushed(InstanceLifecycleEvent event)
          Called prior to applying change.
 

Method Detail

preDirtyFlushed

void preDirtyFlushed(InstanceLifecycleEvent event)
Called prior to applying change.


postDirtyFlushed

void postDirtyFlushed(InstanceLifecycleEvent event)
Called after applying change.


Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.