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 TypeMethodDescriptionvoid
accept
(EasyTriggerContext context, Event event) boolean
isStrict()
void
setGroovyScript
(String groovyScript) void
setStrict
(boolean strict) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
fixedLabel
in interfaceAction<Event>
-
dynamicLabel
- Specified by:
dynamicLabel
in interfaceAction<Event>
-
getLastError
-