Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface java.lang.Runnable