Class WaitAction
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.WaitAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(EasyTriggerContext context, BaseEvent event) voidaccept(SequentialTriggerController<BaseEvent> stc, EasyTriggerContext context, BaseEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.xp.xivsupport.events.triggers.easytriggers.model.Action
getEventType, recalc
-
Field Details
-
waitTimeMs
public long waitTimeMs
-
-
Constructor Details
-
WaitAction
public WaitAction()
-
-
Method Details
-
accept
-
fixedLabel
- Specified by:
fixedLabelin interfaceAction<BaseEvent>
-
dynamicLabel
- Specified by:
dynamicLabelin interfaceAction<BaseEvent>
-
accept
public void accept(SequentialTriggerController<BaseEvent> stc, EasyTriggerContext context, BaseEvent event)
-