Interface CartridgeAgitatorListener
public interface CartridgeAgitatorListener
Interface for monitoring
CartridgeAgitator events.- Version:
- 2024-10-13
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAgitatorStart(CartridgeAgitator agitator) Called when agitation is about to start.voidonAgitatorStop(CartridgeAgitator agitator) Called when agitation just stopped.
-
Method Details
-
onAgitatorStart
Called when agitation is about to start.- Parameters:
agitator- the agitator about to start
-
onAgitatorStop
Called when agitation just stopped.- Parameters:
agitator- the agitator that stopped
-