de.upb.swtpra05.group03.shuttle
Interface ActivityControllerInterface

All Known Implementing Classes:
ActivityController

public interface ActivityControllerInterface

Interface of an activity controller.

Version:
$Revision: 1.3 $

Method Summary
 boolean isActive()
          Returns if the shuttle is active or deactivated by company control.
 

Method Detail

isActive

public boolean isActive()
Returns if the shuttle is active or deactivated by company control.

Returns:
if the shuttle is active or deactivated by company control.