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
 

Field Detail

SERVICE

static final java.lang.String SERVICE
Method Detail

start

void start()
Starts the application.


stop

void stop()
Stops the application