public class UseCase4Dc extends AbstractDialogDc implements DialogDc
mAppEventSupport, mDialogManager| Constructor and Description |
|---|
UseCase4Dc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPassivate()
We can always be passivated.
|
void |
dispose(Map<String,? super Object> pArgs)
Called from the dialog coordinator to tell the dialog to cleanup all
resources.
|
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.
|
Object |
getVisualPresentation()
Called from the dialog coordinater in the initialized, active or passive
state to get the visual representation for this dialog.
|
void |
init(Dc pParent,
Map<String,? super Object> pArgs)
This method is called by the parent dialog controller during
the initialisation phase of an application.
|
postAppEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostAppEventpublic void init(Dc pParent, Map<String,? super Object> pArgs)
init in interface Dcinit in class AbstractDialogDcpParent - our parent must implement AppEventSupportpArgs - variable argument list modeled as a key/value map, never null.public void doActivate(Map<String,? super Object> pArgs)
doActivate in interface SimpleLifeCyclepArgs - arguments, key is a String, value is any suitable objekt for the keypublic boolean canPassivate()
canPassivate in interface SimpleLifeCyclecanPassivate in class AbstractDialogDcpublic void doPassivate(Map<String,? super Object> pArgs)
doPassivate in interface SimpleLifeCyclepArgs - arguments, key is a String, value is any suitable objekt for the keypublic void dispose(Map<String,? super Object> pArgs)
dispose in interface Disposabledispose in class AbstractDialogDcpArgs - arguments, key is a String, value is any suitable objekt for the keypublic Object getVisualPresentation()
getVisualPresentation in interface DialogDcCopyright © 2016 Jürgen Zeller (privat). All rights reserved.