Class GroovyAction
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.GroovyAction
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGroovyAction
(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)
-
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
-