Interface Stoppable


public interface Stoppable
Represents an object that can be stopped.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the object is stopped.
  • Method Details

    • isStopped

      boolean isStopped()
      Returns true if the object is stopped.
      Returns:
      true if the object is stopped