Annotation Interface SubscribeEvent


@Retention(RUNTIME) @Target(METHOD) public @interface SubscribeEvent
Marks an event listener method for automatic registration via EventBus.register(Object).
  • Element Details

    • priority

      EventPriority priority
      Default:
      NORMAL
    • receiveCancelled

      boolean receiveCancelled
      Default:
      false