Package | Description |
---|---|
ej.wadapps.application |
Modifier and Type | Method and Description |
---|---|
void |
Application.start()
Causes this application to start.
|
void |
Application.start(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to start.
|
void |
Application.stop()
Causes this application to stop.
|
void |
Application.stop(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to stop.
|