gumbo.interact.button
Class DebugButtonGesture

java.lang.Object
  |
  +--gumbo.util.route.DebugEventMonitor
        |
        +--gumbo.interact.button.DebugButtonTrigger
              |
              +--gumbo.interact.button.DebugButtonGesture

public class DebugButtonGesture
extends DebugButtonTrigger

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.

Constructor Summary
DebugButtonGesture(java.lang.String name)
           
 
Method Summary
 java.util.Collection getGestureTargets()
           
 InteractorField.EventIn getPickIn()
           
 InteractorField.EventOut getPickOut()
           
 InteractorField.EventOut getTargetOut()
           
protected  void implConnectTarget(java.lang.Object host)
          Called by the system to connect this monitor to the target host.
 
Methods inherited from class gumbo.interact.button.DebugButtonTrigger
getActiveIn, getArmedOut, getButtonsIn, getCancelIn, getCancelOut, getCaptureOut, getChordButtons, getDomainButtons, getEnableIn, getFireableIn, getFireNotifyOut, getFireOut, getResetIn, getTriggerButtons
 
Methods inherited from class gumbo.util.route.DebugEventMonitor
connectTarget, connectTargetMaybe, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugButtonGesture

public DebugButtonGesture(java.lang.String name)
Method Detail

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 DebugButtonTrigger
Parameters:
host - Reference to the debug target (master). Never null.

getGestureTargets

public java.util.Collection getGestureTargets()

getPickIn

public InteractorField.EventIn getPickIn()

getTargetOut

public InteractorField.EventOut getTargetOut()

getPickOut

public InteractorField.EventOut getPickOut()