[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-249) Ability to defer fired events until after the current plugin has finished executing

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Thu Jul 7 13:46:23 EDT 2011


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

                 Key: SEAMFORGE-249
                 URL: https://issues.jboss.org/browse/SEAMFORGE-249
             Project: Seam Forge
          Issue Type: Feature Request
          Components: Plugin API, Plugin Event Bus
    Affects Versions: 1.0.0.Alpha4
            Reporter: Lincoln Baxter III
             Fix For: 1.0.0.Beta1


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



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-dev mailing list