|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--gumbo.util.route.DebugEventMonitor
|
+--gumbo.interact.DebugActionGroupAdapter
Monitors all input and output events. To enable event reporting,
include the VM arguments "-Ddebug.enabled=true -Ddebug.tags=
Constructor Summary
DebugActionGroupAdapter(java.lang.String name)
Method Summary
InteractorField.EventIngetFocusTargetIn()
BooleanField.EventIngetGroupFocusIn()
BooleanField.EventIngetGroupIdentifyIn()
BooleanField.EventIngetGroupOverIn()
BooleanField.EventIngetGroupSignifyIn()
InteractorField.EventIngetIdentifyTargetIn()
InteractorField.EventIngetOverTargetIn()
InteractorField.EventIngetSignifyTargetIn()
protected voidimplConnectTarget(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
DebugActionGroupAdapter
public DebugActionGroupAdapter(java.lang.String name)
Method Detail
implConnectTarget
protected void implConnectTarget(java.lang.Object host)
DebugEventMonitor
implConnectTarget in class DebugEventMonitor
host - Reference to the debug target (master). Never null.
getOverTargetIn
public InteractorField.EventIn getOverTargetIn()
getGroupOverIn
public BooleanField.EventIn getGroupOverIn()
getFocusTargetIn
public InteractorField.EventIn getFocusTargetIn()
getGroupFocusIn
public BooleanField.EventIn getGroupFocusIn()
getSignifyTargetIn
public InteractorField.EventIn getSignifyTargetIn()
getGroupSignifyIn
public BooleanField.EventIn getGroupSignifyIn()
getIdentifyTargetIn
public InteractorField.EventIn getIdentifyTargetIn()
getGroupIdentifyIn
public BooleanField.EventIn getGroupIdentifyIn()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD