Class MyTableModel.Processor

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    MyTableModel

    private class MyTableModel.Processor
    extends java.lang.Object
    implements java.lang.Runnable
    Helper that actually processes incoming events.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Processor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      loops getting the events
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Processor

        private Processor()
    • Method Detail

      • run

        public void run()
        loops getting the events
        Specified by:
        run in interface java.lang.Runnable