© 2006-2007 ETH Zurich

org.ximtec.igesture.io
Interface DeviceDiscoveryService

All Known Implementing Classes:
AbstractTuioDeviceDiscoveryService, BluetoothDeviceDiscoveryService, Tuio2DDeviceDiscoveryService, Tuio3DDeviceDiscoveryService

public interface DeviceDiscoveryService

This interface defines the discovery services.

Author:
Bjorn Puype, bpuype@gmail.com

Method Summary
 Set<AbstractGestureDevice<?,?>> discover()
          Discover and return the found devices.
 void dispose()
          Clean-up the discovery service.
 

Method Detail

discover

Set<AbstractGestureDevice<?,?>> discover()
Discover and return the found devices.

Returns:
The found devices.

dispose

void dispose()
Clean-up the discovery service.


© 2006-2007 ETH Zurich

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