© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.service
Class SwingMouseReaderService

java.lang.Object
  extended by org.ximtec.igesture.io.AbstractGestureDevice<org.sigtec.ink.Note,Point>
      extended by org.ximtec.igesture.io.mouseclient.SwingMouseReader
          extended by org.ximtec.igesture.tool.service.SwingMouseReaderService
All Implemented Interfaces:
Device, GestureDevice<org.sigtec.ink.Note,Point>, RunnableService, Service

public class SwingMouseReaderService
extends SwingMouseReader
implements RunnableService

Service Wrapper for InputDeviceClient

Since:
igesture
Version:
1.0
Author:
UeliKurmann

Field Summary
static String IDENTIFIER
           
 
Constructor Summary
SwingMouseReaderService()
           
 
Method Summary
 String getIdentifier()
          Returns the identifier of the service.
 void reset()
          Resets the service.
 void start()
          Starts the service.
 void stop()
          Stops the service.
 
Methods inherited from class org.ximtec.igesture.io.mouseclient.SwingMouseReader
clear, connect, disconnect, dispose, getChunks, getGesture, getPanel, getPanel, init, isConnectable, isDisconnectable
 
Methods inherited from class org.ximtec.igesture.io.AbstractGestureDevice
addGestureHandler, fireGestureEvent, getConnectionType, getDeviceClass, getDeviceID, getDeviceType, getName, isConnected, isDefaultDevice, removeAllGestureHandler, removeAllListener, removeGestureHandler, setConnectionType, setDefaultDevice, setDeviceID, setDeviceType, setIsConnected, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final String IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

SwingMouseReaderService

public SwingMouseReaderService()
Method Detail

getIdentifier

public String getIdentifier()
Description copied from interface: Service
Returns the identifier of the service.

Specified by:
getIdentifier in interface Service
Returns:
the service's identifier.

start

public void start()
Description copied from interface: RunnableService
Starts the service.

Specified by:
start in interface RunnableService

stop

public void stop()
Description copied from interface: RunnableService
Stops the service.

Specified by:
stop in interface RunnableService

reset

public void reset()
Description copied from interface: RunnableService
Resets the service.

Specified by:
reset in interface RunnableService

© 2006-2007 ETH Zurich

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