The name of the handled event. This must be the name of a method declared on the EventSet
interface referenced by the eventSet member. The annotated method must have
an event signature that exactly matches one of the event methods with this name.
The field name of the Java control event source. This must be an @Control field declared
on the class defining the event handler method (or on a superclass if the field is not
declared to be private).