Class HookScriptCreatedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class HookScriptCreatedEvent extends HookScriptEvent
Event fired when a new HookScript is added to the system. This event is internally audited with CoverageLevel.BASE level.
Since:
6.2
See Also:
  • Constructor Details

    • HookScriptCreatedEvent

      public HookScriptCreatedEvent(@Nonnull Object source, @Nonnull HookScript hookScript)