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 Type
    Method
    Description
    void
    Fired when a script is loaded.
  • Method Details

    • onInitialLoad

      void onInitialLoad(Trigger trigger)
      Fired when a script is loaded.
      Parameters:
      trigger - The trigger that is fired when the script is loaded