Class ReplayBufferEventListener

  • All Implemented Interfaces:
    EventListener

    public abstract class ReplayBufferEventListener
    extends Object
    implements EventListener
    The EventListener for the events that are part of the Replay Buffer category.
    • Constructor Detail

      • ReplayBufferEventListener

        public ReplayBufferEventListener()
    • Method Detail

      • replayStarting

        public void replayStarting​(ReplayStarting replayStarting)
        Implement this method to process ReplayStarting events.
        Parameters:
        replayStarting - The received event.
      • replayStarted

        public void replayStarted​(ReplayStarted replayStarted)
        Implement this method to process ReplayStarted events.
        Parameters:
        replayStarted - The received event.
      • replayStopping

        public void replayStopping​(ReplayStopping replayStopping)
        Implement this method to process ReplayStopping events.
        Parameters:
        replayStopping - The received event.
      • replayStopped

        public void replayStopped​(ReplayStopped replayStopped)
        Implement this method to process ReplayStopped events.
        Parameters:
        replayStopped - The received event.