org.ximtec.igesture.io.button
Interface ButtonDeviceEventListener
- All Known Implementing Classes:
- WacomReader
public interface ButtonDeviceEventListener
Interface for devices with a button.
- Version:
- 1.0, Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
addButtonDeviceEventListener
void addButtonDeviceEventListener(ButtonDeviceHandler listener)
- Adds a listener to the button device.
- Parameters:
listener - the listener to be added.
removeButtonDeviceEventListener
void removeButtonDeviceEventListener(ButtonDeviceHandler listener)
- Removes a listener from the button device.
- Parameters:
listener - the listener to be removed.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.