Class SlaveIdle


  • class SlaveIdle
    extends java.lang.Object
    An event published when a slave is idle and waits for new suite classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.OutputStreamWriter stdin  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlaveIdle()
      For delegation.
      SlaveIdle​(java.io.OutputStreamWriter stdin)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finished()  
      void newSuite​(java.lang.String suiteName)  
      • Methods inherited from class java.lang.Object

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

      • stdin

        private java.io.OutputStreamWriter stdin
    • Constructor Detail

      • SlaveIdle

        SlaveIdle()
        For delegation.
      • SlaveIdle

        public SlaveIdle​(java.io.OutputStreamWriter stdin)
    • Method Detail

      • finished

        public void finished()
      • newSuite

        public void newSuite​(java.lang.String suiteName)