Class AbstractState

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractState()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void consume​(AbstractDevice device)
      Method calculating consuming of device.
      • Methods inherited from class java.lang.Object

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

      • AbstractState

        public AbstractState()
    • Method Detail

      • consume

        public abstract void consume​(AbstractDevice device)
        Method calculating consuming of device.