Class Event

    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • postCall

        public void postCall()
        Method called after this event has been dispatched to all handlers.
      • callEvent

        public final boolean callEvent()
        Calls the event and tests if cancelled.
        Returns:
        false if event was cancelled, if cancellable. otherwise true.