Package jmri.jmrix.jinput
Class TreeModel.Report
java.lang.Object
jmri.jmrix.jinput.TreeModel.Report
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TreeModel
Carry a single event to the Swing thread for processing
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) net.java.games.input.Component(package private) net.java.games.input.Controller(package private) float -
Constructor Summary
ConstructorsConstructorDescriptionReport(net.java.games.input.Controller controller, net.java.games.input.Component component, float value) -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Handle report on Swing thread to ensure tree node exists and is updated
-
Field Details
-
controller
net.java.games.input.Controller controller -
component
net.java.games.input.Component component -
value
float value
-
-
Constructor Details
-
Report
Report(net.java.games.input.Controller controller, net.java.games.input.Component component, float value)
-
-
Method Details