public interface ScriptingEventHandler
Modifier and Type | Method and Description |
---|---|
boolean |
doEvent(String eventScript)
Deprecated.
since 1.7
|
boolean |
doEventScript(String eventScript)
run the Script for the given Event
|
boolean |
handleEvent(String eventName)
handle the event with the given name by getting the
attribute and then executing the eventScript for it
|
boolean doEvent(String eventScript)
eventScript
- boolean doEventScript(String eventScript)
eventScript
- boolean handleEvent(String eventName)
eventName
- Copyright © 2012. All Rights Reserved.