Interface ScriptEvent
- All Known Subinterfaces:
ScriptEvent.ScriptActiveEvent,ScriptEvent.ScriptInactiveEvent
public interface ScriptEvent
A ScriptEvent is used for listening to and performing actions for different Script events.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA ScriptEvent that is called when a Script is made active in aParserInstance.static interfaceA ScriptEvent that is called when a Script is made inactive in aParserInstance.