org.kabeja.ui
Interface Application
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- ServiceContainer
public interface Application
- extends Component
Main application service for starting and stopping the
application.
- Author:
- Simon Mieth
Field Summary |
static java.lang.String |
SERVICE
|
Method Summary |
void |
start()
Starts the application. |
void |
stop()
Stops the application |
SERVICE
static final java.lang.String SERVICE
start
void start()
- Starts the application.
stop
void stop()
- Stops the application