gumbo.graphic.input.impl.swing
Class DebugSwingKeyboardSensor
java.lang.Object
|
+--gumbo.util.route.DebugEventMonitor
|
+--gumbo.graphic.input.DebugKeyboardSensor
|
+--gumbo.graphic.input.impl.swing.DebugSwingKeyboardSensor
- public class DebugSwingKeyboardSensor
- extends DebugKeyboardSensor
Monitors all input and output events. To enable event reporting,
include the VM arguments "-Ddebug.enabled=true -Ddebug.tags=".
*
- Version:
- $Revision: 1.1 $
- Author:
- Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugSwingKeyboardSensor
public DebugSwingKeyboardSensor(java.lang.String name)
implConnectTarget
protected void implConnectTarget(java.lang.Object host)
- Description copied from class:
DebugEventMonitor
- Called by the system to connect this monitor to the target
host. Implementors can assume that conditional connection
has been resolved.
- Overrides:
implConnectTarget
in class DebugKeyboardSensor
- Parameters:
host
- Reference to the debug target (master). Never null.
getKeyboardPickActiveIn
public BooleanField.EventIn getKeyboardPickActiveIn()
getFocusRequestKeysIn
public CollectionField.EventIn getFocusRequestKeysIn()