Public Member Functions

com.cosylab.acs.maci.manager.ManagerShutdown Interface Reference

Inheritance diagram for com.cosylab.acs.maci.manager.ManagerShutdown:
com.cosylab.acs.maci.manager.app.Manager com.cosylab.acs.maci.manager.gui.Manager

List of all members.

Public Member Functions

void shutdown (boolean sigInt)
boolean isShutdownInProgress ()

Detailed Description

Simple interface defining shutdown method to be called to shutdown whole application.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@

Member Function Documentation

boolean com.cosylab.acs.maci.manager.ManagerShutdown.isShutdownInProgress (  ) 
void com.cosylab.acs.maci.manager.ManagerShutdown.shutdown ( boolean  sigInt  ) 

Shutdown the application.

Parameters:
sigInt should be set to true if CTRL+C is pressed

Implemented in com.cosylab.acs.maci.manager.app.Manager, and com.cosylab.acs.maci.manager.gui.Manager.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties