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

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

    XMLWordPrintable

Details

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

    Description

      @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;
         ...
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: