|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.application.ThickClientModuleImpl
org.opensubsystems.core.application.ExitModule
public abstract class ExitModule
The module responsible for closing the application.
| Field Summary |
|---|
| Fields inherited from class org.opensubsystems.core.application.ThickClientModuleImpl |
|---|
m_bInitialized, m_client |
| Constructor Summary | |
|---|---|
ExitModule()
|
|
| Method Summary | |
|---|---|
boolean |
activate(boolean bReactivate)
Activate the module so that user can interact with it. |
protected abstract void |
closeMainWindow()
Close the main window since it is no longer necessary. |
java.lang.String |
getName()
Get user friedly name UNIQUE name of the module. |
void |
pasivate()
Pasivate the module since user no longer interacts with it. |
| Methods inherited from class org.opensubsystems.core.application.ThickClientModuleImpl |
|---|
destroy, displayMessage, getClient, init, refresh |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExitModule()
| Method Detail |
|---|
public java.lang.String getName()
public boolean activate(boolean bReactivate)
activate in interface ThickClientModuleactivate in class ThickClientModuleImplbReactivate - - this is true if the module was pasivated but it is
being immediately activated again because the other
module which caused it's pasivation coun't be
activated again. This is false if some other module
was active and now this module is being activated.
public void pasivate()
pasivate in interface ThickClientModulepasivate in class ThickClientModuleImplprotected abstract void closeMainWindow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||