Interface PauseListener

All Superinterfaces:
BasePauseListener

public interface PauseListener extends BasePauseListener
Listener interface for Pause pause events.
Since:
1.0
Version:
2024-10-13
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPause(Pause pause)
    Called when the Pause pauses.
  • Method Details

    • onPause

      void onPause(Pause pause)
      Called when the Pause pauses.
      Parameters:
      pause - the pause that just paused