org.yestech.event.annotation
Annotation Type SyncListener


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SyncListener

Optional annotation that can be added to IListener to note that the interface should be executed in a synchronous behavior. Not that by default listeners will execute synchronously.



Copyright © 2010 YES Technology Association. All Rights Reserved.