Class WireCommands.ReleasableCommand

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isReleased()  
      void release()
      Releases any resources used by this command, if needed #isReleased() is false.
      • Methods inherited from class java.lang.Object

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

      • release

        public void release()
        Releases any resources used by this command, if needed #isReleased() is false. This method has no effect if invoked multiple times or if no resource release is required.
      • isReleased

        public boolean isReleased()