Package jmri.jmrix.jinput
Class TreeModel.Report
- java.lang.Object
-
- jmri.jmrix.jinput.TreeModel.Report
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- TreeModel
class TreeModel.Report extends java.lang.Object implements java.lang.Runnable
Carry a single event to the Swing thread for processing
-
-
Field Summary
Fields Modifier and Type Field Description (package private) net.java.games.input.Component
component
(package private) net.java.games.input.Controller
controller
(package private) float
value
-
Constructor Summary
Constructors Constructor Description Report(net.java.games.input.Controller controller, net.java.games.input.Component component, float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Handle report on Swing thread to ensure tree node exists and is updated
-
-
-
Field Detail
-
controller
net.java.games.input.Controller controller
-
component
net.java.games.input.Component component
-
value
float value
-
-
Constructor Detail
-
Report
Report(net.java.games.input.Controller controller, net.java.games.input.Component component, float value)
-
-
Method Detail
-
run
public void run()
Handle report on Swing thread to ensure tree node exists and is updated- Specified by:
run
in interfacejava.lang.Runnable
-
-