javax.event
Annotation Type Asynchronously


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Asynchronously

Specifies that an observer method is to be notified asynchronously with respect to the firing of the event.

Author:
Gavin King, David Allen



Copyright © 2008-2009. All Rights Reserved.