Interface IStopped


  • public interface IStopped
    Interface for checking if some operations was already stopped. Used in some separate threads for check is processing still required.
    • Method Detail

      • isStopped

        boolean isStopped()