Class AbstractEvent

    • Field Detail

      • currentOrder

        public @Nullable Order currentOrder
        This field is automatically set by the event manager. It represents the Order of the event handler currently processing the event. When no handler is processing the event, it will be set to null
    • Constructor Detail

      • AbstractEvent

        public AbstractEvent()
    • Method Detail

      • init

        protected void init()
        Called once all fields have been set by the generated constructor in a subclass.

        This method should be used to initialize any fields that depend on parameters passed to the constructor.