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
Modifier and TypeInterfaceDescriptionstatic interface
A ScriptEvent that is called when a Script is made active in aParserInstance
.static interface
A ScriptEvent that is called when a Script is made inactive in aParserInstance
.