Interface CartridgeAgitatorListener


public interface CartridgeAgitatorListener
Interface for monitoring CartridgeAgitator events.
Version:
2024-10-13
  • Method Details

    • onAgitatorStart

      void onAgitatorStart(CartridgeAgitator agitator)
      Called when agitation is about to start.
      Parameters:
      agitator - the agitator about to start
    • onAgitatorStop

      void onAgitatorStop(CartridgeAgitator agitator)
      Called when agitation just stopped.
      Parameters:
      agitator - the agitator that stopped