|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistencyEvent | |
com.ibm.aglet | |
com.ibm.aglet.event |
Uses of PersistencyEvent in com.ibm.aglet |
Methods in com.ibm.aglet with parameters of type PersistencyEvent | |
protected void |
Aglet.processPersistencyEvent(PersistencyEvent ev)
Processes persistency events occurring on this aglet by dispatching them to any registered PersistencyListener objects. |
Uses of PersistencyEvent in com.ibm.aglet.event |
Methods in com.ibm.aglet.event with parameters of type PersistencyEvent | |
void |
AgletEventListener.onActivation(PersistencyEvent ev)
Calls the onActivation methods on the listers with the specified persistency event. |
void |
AgletEventListener.onDeactivating(PersistencyEvent ev)
Calls the onDeactivating methods on the listers with the specified persistency event. |
void |
PersistencyAdapter.onActivation(PersistencyEvent event)
Invoked just after the aglet was activated. |
void |
PersistencyAdapter.onDeactivating(PersistencyEvent event)
Invoked when an aglet is attempted to deactivate. |
void |
PersistencyListener.onActivation(PersistencyEvent event)
Invoked just after the aglet was activated. |
void |
PersistencyListener.onDeactivating(PersistencyEvent event)
Invoked when an aglet is attempted to deactivate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |