gumbo.interact.select
Class DebugSelectFacade

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

public class DebugSelectFacade
extends DebugEventMonitor

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Constructor Summary
DebugSelectFacade(java.lang.String name)
           
 
Method Summary
 BooleanField.EventIn getActiveIn()
           
 StateSetField.EventIn getButtonsIn()
           
 BooleanField.EventIn getCancelIn()
           
 NotifyNode.EventIn getClearIn()
           
 BooleanField.EventIn getMultiIn()
           
 InteractorField.EventIn getPickIn()
           
 InteractorField.EventOut getPickOut()
           
 BooleanField.EventIn getToggleIn()
           
 CollectionField.EventIn getTypeIn()
           
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

DebugSelectFacade

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

getActiveIn

public BooleanField.EventIn getActiveIn()

getPickIn

public InteractorField.EventIn getPickIn()

getButtonsIn

public StateSetField.EventIn getButtonsIn()

getCancelIn

public BooleanField.EventIn getCancelIn()

getMultiIn

public BooleanField.EventIn getMultiIn()

getToggleIn

public BooleanField.EventIn getToggleIn()

getClearIn

public NotifyNode.EventIn getClearIn()

getTypeIn

public CollectionField.EventIn getTypeIn()

getPickOut

public InteractorField.EventOut getPickOut()