Class LoaderPane.LocalReader.Notify

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      Notify​(byte[] b)  
      Notify​(byte[] b, int length)  
      Notify​(java.lang.StringBuffer b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      when invoked, format and display the message
      • Methods inherited from class java.lang.Object

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

      • message

        final java.lang.String message
    • Constructor Detail

      • Notify

        Notify​(java.lang.StringBuffer b)
      • Notify

        Notify​(byte[] b,
               int length)
    • Method Detail

      • run

        public void run()
        when invoked, format and display the message
        Specified by:
        run in interface java.lang.Runnable