public interface DirtyListener
Modifier and Type | Method and Description |
---|---|
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.
|
void beforeDirty(LifecycleEvent event)
void afterDirty(LifecycleEvent event)
void beforeDirtyFlushed(LifecycleEvent event)
void afterDirtyFlushed(LifecycleEvent event)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.