|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.route.DebugEventMonitor | +--gumbo.graphic.probe.DebugPickSensor
Monitors all input and output events. To enable event reporting,
include the VM arguments "-Ddebug.enabled=true -Ddebug.tags=
Constructor Summary
DebugPickSensor(java.lang.String name)
Method Summary
BooleanField.EventIn
getPickActiveIn()
BooleanField.EventIn
getPickDiscreteIn()
BooleanField.EventIn
getPickEnableIn()
Point3Field.EventIn
getPickPositionIn()
NotifyNode.EventIn
getPickRequestIn()
PickResultField.EventOut
getPickResultOut()
SpaceNodeField.EventIn
getPickSpaceIn()
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
DebugPickSensor
public DebugPickSensor(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.
getPickEnableIn
public BooleanField.EventIn getPickEnableIn()
getPickActiveIn
public BooleanField.EventIn getPickActiveIn()
getPickDiscreteIn
public BooleanField.EventIn getPickDiscreteIn()
getPickRequestIn
public NotifyNode.EventIn getPickRequestIn()
getPickSpaceIn
public SpaceNodeField.EventIn getPickSpaceIn()
getPickPositionIn
public Point3Field.EventIn getPickPositionIn()
getPickResultOut
public PickResultField.EventOut getPickResultOut()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD