@FunctionalInterface public interface StopButtonListener extends EventListener
StopButtonEvent
Modifier and Type | Method and Description |
---|---|
void |
stopButtonPressed(StopButtonEvent stopButtonEvent)
Invoked when the stop button is first pressed.
|
default void |
stopButtonReleased(StopButtonEvent stopButtonEvent)
Invoked when the stop button is disengaged.
|
void stopButtonPressed(StopButtonEvent stopButtonEvent)
While the OEM implementation of the control lab software would halt program operation in this state, the hardware does not hamper the flow of input data and continues to track output commands, only the physical outputs are prevented from receiving power. Actual behavior is left to the implementor of the interface.
stopButtonEvent
- The event that triggered this callback.default void stopButtonReleased(StopButtonEvent stopButtonEvent)
The default implementation is no-op.
stopButtonEvent
- The event that triggered this callback.Copyright © 2016–2023. All rights reserved.