public interface TriggerActivatingCondition
extends java.util.EventListener
Trigger and prevent the activation if necessary.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
canActivate(TriggerEvent event)
Allows to register functions that contain additional checks for the trigger
activation.
|
java.lang.String canActivate(TriggerEvent event)
event - The event data that contains information about the trigger.