org.jboss.seam.annotations
Annotation Type Observer


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Observer

Marks a method as an observer of an event type or multiple event types.

Author:
Gavin King

Optional Element Summary
 String[] value
           
 

value

public abstract String[] value
Returns:
the event type or types to observe
Default:
{}