Interface StartOnLoadEvent
- All Known Implementing Classes:
EvtAtTime, EvtPeriodical, EvtScriptLoad, EvtWhen
public interface StartOnLoadEvent
Represents an event that initially fires when the script is loaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonInitialLoad(Trigger trigger) Fired when a script is loaded.
-
Method Details
-
onInitialLoad
Fired when a script is loaded.- Parameters:
trigger- The trigger that is fired when the script is loaded
-