Annotation Type Notify


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Documented
    public @interface Notify
    Marks a method as an event listener.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      float priority
      Priority relative to other event listeners.
    • Element Detail

      • priority

        float priority
        Priority relative to other event listeners. Higher priorities run first.
        Returns:
        Default:
        0.0f