net.sf.genuine.services
Interface ExitService
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- DefaultExitService
- public interface ExitService
- extends Service
Interface for a service that is responsible to shut down the application.
There is a default implementation
(DefaultExitService
) that is
instantiated by Genuine automatically if no module has registered an exit
service.
- Author:
- Tim Wellhausen
Method Summary |
void |
exitApplication()
When this method is called, the application will terminate. |
exitApplication
public void exitApplication()
- When this method is called, the application will terminate.