Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-242

Ability to defer fired events until after the current plugin has finished executing

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta1
    • 1.0.0.Alpha4
    • Event Bus, Plugin API
    • None

      @Qualifier
      @Target({ TYPE, METHOD, PARAMETER, FIELD })
      @Retention(RUNTIME)
      @Documented
      @BusEvent
      public @interface QueuedEvent
      {
      
      }
      
      
      @QueuedEvent
      public final class AddedDependencies
      {
         private final List<Dependency> dependencies;
         private final Project project;
         ...
      }
      

              lincolnthree Lincoln Baxter III (Inactive)
              lincolnthree Lincoln Baxter III (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: