|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface EventHandler
The EventHandler annotation type is used to mark a method that provides the event handler implementation for a Control event.
Required Element Summary | |
---|---|
String |
eventName
The name of the handled event. |
Class |
eventSet
The EventSet interface that declares the event. |
String |
field
The field name of the Java control event source. |
Element Detail |
---|
public abstract String field
public abstract Class eventSet
field
member.
public abstract String eventName
eventSet
member. The annotated method must have
an event signature that exactly matches one of the event methods with this name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |