org.ximtec.igesture.event.example
Class CloseApplication
java.lang.Object
org.ximtec.igesture.event.example.CloseApplication
- All Implemented Interfaces:
- GestureAction
public class CloseApplication
- extends Object
- implements GestureAction
Example implementation of an event handler. It will close the application.
- Version:
- 1.0, Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseApplication
public CloseApplication(String name)
getName
public String getName()
actionPerformed
public void actionPerformed(ResultSet resultSet)
- Description copied from interface:
GestureAction
- Runs the event handler.
- Specified by:
actionPerformed in interface GestureAction
- Parameters:
resultSet - the result set.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.