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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugSelectMapper
public DebugSelectMapper(java.lang.String name)
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()