|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleEvent | |
|---|---|
| org.sourceforge.jemm.client | |
| org.sourceforge.jemm.lifecycle | |
| Uses of LifecycleEvent in org.sourceforge.jemm.client |
|---|
| Methods in org.sourceforge.jemm.client with parameters of type LifecycleEvent | |
|---|---|
void |
LifecycleListenerImpl.beginConstructor(LifecycleEvent e)
Register the class of the object. |
void |
LifecycleListenerImpl.endConstructor(LifecycleEvent e)
Synchronise the state of the Object with the database and clear any object fields of their values into the ShadowData. |
void |
LifecycleListenerImpl.failedConstruction(LifecycleEvent e)
Removes the context for the constructor from the stack. |
| Uses of LifecycleEvent in org.sourceforge.jemm.lifecycle |
|---|
| Subclasses of LifecycleEvent in org.sourceforge.jemm.lifecycle | |
|---|---|
class |
ConstructorEvent
|
class |
LockEvent
|
class |
MethodEvent
|
| Methods in org.sourceforge.jemm.lifecycle with parameters of type LifecycleEvent | |
|---|---|
void |
ConstructorListener.beginConstructor(LifecycleEvent e)
Called when a constructor is first entered. |
void |
ConstructorListener.endConstructor(LifecycleEvent e)
Called when a constructor is left. |
void |
ConstructorListener.failedConstruction(LifecycleEvent e)
Called when a constructor fails due to an exception |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||