gumbo.interact.select
Class DebugSelectManager

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

public class DebugSelectManager
extends DebugPickMapper

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

Constructor Summary
DebugSelectManager(java.lang.String name)
           
 
Method Summary
 BooleanField.EventIn getActiveIn()
           
 ObjectField.EventIn getAddGroupIn()
           
 InteractorField.EventIn getAddIn()
           
 NotifyNode.EventIn getClearIn()
           
 NotifyNode.EventIn getRemoveGroupIn()
           
 InteractorField.EventIn getRemoveIn()
           
 NotifyNode.EventIn getToBackIn()
           
 InteractorField.EventIn getToFrontIn()
           
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.DebugPickMapper
getPickIn, getPickOut
 
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

DebugSelectManager

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

getActiveIn

public BooleanField.EventIn getActiveIn()

getAddGroupIn

public ObjectField.EventIn getAddGroupIn()

getRemoveGroupIn

public NotifyNode.EventIn getRemoveGroupIn()

getToFrontIn

public InteractorField.EventIn getToFrontIn()

getToBackIn

public NotifyNode.EventIn getToBackIn()

getAddIn

public InteractorField.EventIn getAddIn()

getRemoveIn

public InteractorField.EventIn getRemoveIn()

getClearIn

public NotifyNode.EventIn getClearIn()