gumbo.interact
Class DebugInputFacade

java.lang.Object
  |
  +--gumbo.util.route.DebugEventMonitor
        |
        +--gumbo.interact.DebugInputFacade

public class DebugInputFacade
extends DebugEventMonitor

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
DebugInputFacade(java.lang.String name)
           
 
Method Summary
 StateSetField.EventOut getButtonsOut()
           
 BooleanField.EventOut getCancelOut()
           
 BooleanField.EventOut getMultiOut()
           
 InteractorField.EventOut getPickOut()
           
protected  void implConnectTarget(java.lang.Object host)
          Called by the system to connect this monitor to the target host.
 
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

DebugInputFacade

public DebugInputFacade(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.

Specified by:
implConnectTarget in class DebugEventMonitor
Parameters:
host - Reference to the debug target (master). Never null.

getPickOut

public InteractorField.EventOut getPickOut()

getButtonsOut

public StateSetField.EventOut getButtonsOut()

getCancelOut

public BooleanField.EventOut getCancelOut()

getMultiOut

public BooleanField.EventOut getMultiOut()