Interface Pauseable


public interface Pauseable
Interface for objects that contain a Pause object.
Since:
1.0
Version:
2023-02-27
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the Pause object.
  • Method Details

    • getPause

      Pause getPause()
      Return the Pause object.