Class GroovySubScriptHelper
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.GroovySubScriptHelper
- All Implemented Interfaces:
HasEventType
,HasMutableEventType
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGroovySubScriptHelper
(String groovyScript, Class<? extends Event> eventType, GroovyManager mgr) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
run
(EasyTriggerContext context, Event event) void
setEventType
(Class<?> eventType) void
setGroovyScript
(String groovyScript)
-
Field Details
-
eventType
-
-
Constructor Details
-
GroovySubScriptHelper
-
GroovySubScriptHelper
public GroovySubScriptHelper(String groovyScript, Class<? extends Event> eventType, GroovyManager mgr)
-
-
Method Details
-
getGroovyScript
-
setGroovyScript
-
run
-
getLastError
-
getEventType
- Specified by:
getEventType
in interfaceHasEventType
-
setEventType
- Specified by:
setEventType
in interfaceHasMutableEventType
-