© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.view.devicemanager.discoveryservice
Class AbstractTuioDeviceDiscoveryService

java.lang.Object
  extended by org.ximtec.igesture.tool.view.devicemanager.discoveryservice.AbstractTuioDeviceDiscoveryService
All Implemented Interfaces:
DeviceDiscoveryService
Direct Known Subclasses:
Tuio2DDeviceDiscoveryService, Tuio3DDeviceDiscoveryService

public abstract class AbstractTuioDeviceDiscoveryService
extends Object
implements DeviceDiscoveryService

Author:
Bjorn Puype, bpuype@gmail.com

Constructor Summary
AbstractTuioDeviceDiscoveryService(String type, Class<?> clazz)
          Constructor
 
Method Summary
 Set<AbstractGestureDevice<?,?>> discover()
          Discover and return the found devices.
 void dispose()
          Clean-up the discovery service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTuioDeviceDiscoveryService

public AbstractTuioDeviceDiscoveryService(String type,
                                          Class<?> clazz)
Constructor

Method Detail

discover

public Set<AbstractGestureDevice<?,?>> discover()
Description copied from interface: DeviceDiscoveryService
Discover and return the found devices.

Specified by:
discover in interface DeviceDiscoveryService
Returns:
The found devices.

dispose

public void dispose()
Description copied from interface: DeviceDiscoveryService
Clean-up the discovery service.

Specified by:
dispose in interface DeviceDiscoveryService

© 2006-2007 ETH Zurich

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