ch.tatool.core.element.handler
Class EscapeKeyEventHandler
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.element.handler.EscapeKeyEventHandler
- All Implemented Interfaces:
- KeyEventHandler, PropertyHolder, Node
public class EscapeKeyEventHandler
- extends NodeImpl
- implements KeyEventHandler
Finishes the execution of the currently running module by catching
the key event of the Escape key.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EscapeKeyEventHandler
public EscapeKeyEventHandler()
isAllowEscapeKey
public boolean isAllowEscapeKey()
setAllowEscapeKey
public void setAllowEscapeKey(boolean allowEscapeKey)
triggerKeyEvent
public void triggerKeyEvent(int keyCode,
ExecutionContext context)
- Specified by:
triggerKeyEvent in interface KeyEventHandler
Copyright © 2012. All Rights Reserved.