Package com.tccc.kos.commons.util
Interface Pauseable
public interface Pauseable
Interface for objects that contain a
Pause
object.- Since:
- 1.0
- Version:
- 2023-02-27
-
Method Summary
-
Method Details
-
getPause
Pause getPause()Return thePause
object.
-