public abstract class AbstractDialogSwingApplication extends AbstractSwingApplication implements DialogApplication
| Modifier and Type | Field and Description |
|---|---|
protected AppEventManager |
mAppEventManger
Our app event manager.
|
protected DialogManager |
mDialogManager
The manager object that opens/closes dialogs.
|
mAppModels, mAppPropertiesLOGIN_INFORMATION_KEYAPPLICATION_KEY| Constructor and Description |
|---|
AbstractDialogSwingApplication()
The constructor creates the AppEventManager and DialogManager for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
postAppEvent(AppEvent pAppEvent)
Process/Dispatch an AppEvent.
|
doStart, getAppModel, getProperties, getProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoStart, doStop, getAppModel, getProperties, getProperty, setPropertyprotected AppEventManager mAppEventManger
protected DialogManager mDialogManager
public AbstractDialogSwingApplication()
public void postAppEvent(AppEvent pAppEvent)
postAppEvent in interface AppEventSupportpAppEvent - event that should be routed/processesIllegalArgumentException - if pAppEvent is nullCopyright © 2017 Jürgen Zeller (privat). All rights reserved.