|
|||||||||||
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.DebugActionSingleAdapter
Monitors all input and output events. To enable event reporting,
include the VM arguments "-Ddebug.enabled=true -Ddebug.tags=
Constructor Summary
DebugActionSingleAdapter(java.lang.String name)
Method Summary
BooleanField.EventIn
getFocusIn()
InteractorField.EventIn
getFocusTargetIn()
BooleanField.EventIn
getIdentifyIn()
InteractorField.EventIn
getIdentifyTargetIn()
BooleanField.EventIn
getOverIn()
InteractorField.EventIn
getOverTargetIn()
BooleanField.EventIn
getSignifyIn()
InteractorField.EventIn
getSignifyTargetIn()
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
DebugActionSingleAdapter
public DebugActionSingleAdapter(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()
getOverIn
public BooleanField.EventIn getOverIn()
getFocusTargetIn
public InteractorField.EventIn getFocusTargetIn()
getFocusIn
public BooleanField.EventIn getFocusIn()
getSignifyTargetIn
public InteractorField.EventIn getSignifyTargetIn()
getSignifyIn
public BooleanField.EventIn getSignifyIn()
getIdentifyTargetIn
public InteractorField.EventIn getIdentifyTargetIn()
getIdentifyIn
public BooleanField.EventIn getIdentifyIn()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD