Class ChatInput

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ChatInput​(java.lang.Runnable resume)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consume()  
      boolean isConsumed()  
      void resume()  
      • Methods inherited from class java.lang.Object

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

      • ChatInput

        protected ChatInput​(java.lang.Runnable resume)
    • Method Detail

      • resume

        public void resume()
      • consume

        public void consume()
      • isConsumed

        public boolean isConsumed()