org.jboss.forge
Annotation Type QueuedEvent


@Qualifier
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@BusEvent
public @interface QueuedEvent

Used to qualify events which should be queued until the end of the current plugin execution.

Author:
Lincoln Baxter, III



Copyright © 2011 Seam Framework. All Rights Reserved.