public abstract class AbstractDialogPc extends Object implements DialogPc
| Modifier and Type | Field and Description |
|---|---|
protected AppEventSupport |
mAppEventSupport
The next object in the AppEvent responder chain.
|
| Constructor and Description |
|---|
AbstractDialogPc() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(Map<String,? super Object> pArgs)
Called from the DialogDc peer to cleanup all resources.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method is called by the dialog controller peer during
the initialisation phase of an application.
|
void |
postAppEvent(AppEvent pAppEvent)
Process/Dispatch an AppEvent.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVisualPresentationprotected AppEventSupport mAppEventSupport
public void init(Dc pDc, Map<String,? super Object> pArgs)
public void postAppEvent(AppEvent pAppEvent)
postAppEvent in interface AppEventSupportpAppEvent - event that should be routed/processesIllegalArgumentException - if pAppEvent is nullpublic void dispose(Map<String,? super Object> pArgs)
dispose in interface DisposablepArgs - arguments, key is a String,
value is any suitable objekt for the keyCopyright © 2017 Jürgen Zeller (privat). All rights reserved.