gumbo.interact.select
Class DebugSelectMapper

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

public class DebugSelectMapper
extends DebugPickMapper

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

Constructor Summary
DebugSelectMapper(java.lang.String name)
           
 
Method Summary
 BooleanField.EventIn getActiveIn()
           
 CollectionField.EventIn getAddAllIn()
           
 InteractorField.EventIn getAddIn()
           
 InteractorField.EventOut getAddOut()
           
 NotifyNode.EventIn getClearIn()
           
 InteractorField.EventOut getGroupOut()
           
 CollectionField.EventIn getRemoveAllIn()
           
 InteractorField.EventIn getRemoveIn()
           
 InteractorField.EventOut getRemoveOut()
           
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

DebugSelectMapper

public DebugSelectMapper(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()

getAddIn

public InteractorField.EventIn getAddIn()

getRemoveIn

public InteractorField.EventIn getRemoveIn()

getAddAllIn

public CollectionField.EventIn getAddAllIn()

getRemoveAllIn

public CollectionField.EventIn getRemoveAllIn()

getClearIn

public NotifyNode.EventIn getClearIn()

getAddOut

public InteractorField.EventOut getAddOut()

getRemoveOut

public InteractorField.EventOut getRemoveOut()

getGroupOut

public InteractorField.EventOut getGroupOut()