Class GroovyAction
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.GroovyAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroovyAction(String groovyScript, boolean strict, Class<? extends Event> eventType, GroovyManager mgr) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(EasyTriggerContext context, Event event) booleanisStrict()voidsetGroovyScript(String groovyScript) voidsetStrict(boolean strict) 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
-
eventType
-
-
Constructor Details
-
GroovyAction
-
GroovyAction
public GroovyAction(String groovyScript, boolean strict, Class<? extends Event> eventType, GroovyManager mgr)
-
-
Method Details
-
isStrict
public boolean isStrict() -
setStrict
public void setStrict(boolean strict) -
getGroovyScript
-
setGroovyScript
-
accept
-
fixedLabel
- Specified by:
fixedLabelin interfaceAction<Event>
-
dynamicLabel
- Specified by:
dynamicLabelin interfaceAction<Event>
-
getLastError
-