|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirtyListener
Listener for when a persistent instance becomes dirty.
Method Summary | |
---|---|
void |
afterDirty(LifecycleEvent event)
Invoked after the first change is applied. |
void |
afterDirtyFlushed(LifecycleEvent event)
Invoked after the first change is applied to a flushed instance. |
void |
beforeDirty(LifecycleEvent event)
Invoked before the first change is applied. |
void |
beforeDirtyFlushed(LifecycleEvent event)
Invoked before the first change is applied to a flushed instance. |
Method Detail |
---|
void beforeDirty(LifecycleEvent event)
void afterDirty(LifecycleEvent event)
void beforeDirtyFlushed(LifecycleEvent event)
void afterDirtyFlushed(LifecycleEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |