Interface Releaseable


  • public interface Releaseable
    Any class which's instance has blocking methods may implement this interface to provide functionality with which to release all waiting threads.
    • Method Detail

      • releaseAll

        void releaseAll()
        Releases all awaiting threads inside a blocking method of the implementing class.