public interface SimpleLifeCycle
doActivate() doPassivate()
[initialized] -----------> [active] ------------> [passive]
<------------
doActivate()
The arguments of the doActivate() and doPassivate() calls may
also be used to return stuff to the caller.Modifier and Type | Method and Description |
---|---|
boolean |
canPassivate()
Test to check if a dialog in the active state can be moved
to the passive state.
The dialog may e.g. |
void |
doActivate(Map<String,? super Object> pArgs)
Called from the dialog coordinator to tell the dialog to switch
to the active state.
|
void |
doPassivate(Map<String,? super Object> pArgs)
Called from the dialog coordinator to tell the dialog to switch
to the passive state.
|
boolean canPassivate()
void doActivate(Map<String,? super Object> pArgs)
pArgs
- arguments, key is a String, value is any suitable objekt for the keyvoid doPassivate(Map<String,? super Object> pArgs)
pArgs
- arguments, key is a String, value is any suitable objekt for the keyCopyright © 2017 Jürgen Zeller (privat). All rights reserved.