Interface TriggerDeactivatedListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
TriggerListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This listener provides a callback for when a
Trigger was deactivated.-
Method Summary
Modifier and TypeMethodDescriptionvoiddeactivated(TriggerEvent event) This method is called when aTriggerwas deactivated.
-
Method Details
-
deactivated
This method is called when aTriggerwas deactivated.- Parameters:
event- The event data that contains information about the trigger.- See Also:
-