Class GroovySubScriptHelper
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.GroovySubScriptHelper
- All Implemented Interfaces:
HasEventType,HasMutableEventType
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroovySubScriptHelper(String groovyScript, Class<? extends Event> eventType, GroovyManager mgr) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>run(EasyTriggerContext context, Event event) voidsetEventType(Class<?> eventType) voidsetGroovyScript(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:
getEventTypein interfaceHasEventType
-
setEventType
- Specified by:
setEventTypein interfaceHasMutableEventType
-