javax.event
Annotation Type Observes


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface Observes

Specifies that a parameter of a method of a bean implementation class is the event parameter of an observer method.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.