© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.locator
Interface RunnableService

All Superinterfaces:
Service
All Known Implementing Classes:
MainModel, SwingMouseReaderService

public interface RunnableService
extends Service

Special type of service which can be started and stopped.

Version:
1.0 Oct 29, 2008
Author:
Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch

Method Summary
 void reset()
          Resets the service.
 void start()
          Starts the service.
 void stop()
          Stops the service.
 
Methods inherited from interface org.ximtec.igesture.tool.locator.Service
getIdentifier
 

Method Detail

start

void start()
Starts the service.


stop

void stop()
Stops the service.


reset

void reset()
Resets the service.


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.