| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Observer
Marks a method as an observer of an event type or multiple event types.
| Optional Element Summary | |
|---|---|
|  boolean | createIn case no component instance exists, should a component instance be created to handle the event, or should the event be ignored. | 
|  String[] | value | 
public abstract String[] value
public abstract boolean create
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||