Class ReceivePack.Reporter

  • Enclosing class:
    ReceivePack

    abstract static class ReceivePack.Reporter
    extends java.lang.Object
    Interface for reporting status messages.
    • Constructor Summary

      Constructors 
      Constructor Description
      Reporter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract void sendString​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • Reporter

        Reporter()
    • Method Detail

      • sendString

        abstract void sendString​(java.lang.String s)
                          throws java.io.IOException
        Throws:
        java.io.IOException