|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LifecycleListener
. Will be removed in
later 3.0 milestones.
public interface DataObjectTransactionEventListener
This interface declares methods that DataObject classes can implement to be notified about transactions of their DataContext. Note: explicit registration with EventManager is not necessary, since the events are simply forwarded by ContextCommitObserver; stricly speaking these methods are just regular 'callbacks'. The event argument is passed along for convenience.
Method Summary | |
---|---|
void |
didCommit(DataContextEvent event)
Deprecated. |
void |
willCommit(DataContextEvent event)
Deprecated. |
Method Detail |
---|
void willCommit(DataContextEvent event)
void didCommit(DataContextEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |