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, mAppProperties
LOGIN_INFORMATION_KEY
APPLICATION_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, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doStart, doStop, getAppModel, getProperties, getProperty, setProperty
protected AppEventManager mAppEventManger
protected DialogManager mDialogManager
public AbstractDialogSwingApplication()
public void postAppEvent(AppEvent pAppEvent)
postAppEvent
in interface AppEventSupport
pAppEvent
- event that should be routed/processesIllegalArgumentException
- if pAppEvent is nullCopyright © 2017 Jürgen Zeller (privat). All rights reserved.