com.bea.wli.jpd
Annotation Type ContextEventHandler


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ContextEventHandler

The EventHandler annotation type is used to mark a method that provides the event handler implementation for a JpdContext event.


Required Element Summary
 String eventName
          The name of the handled event.
 

Element Detail

eventName

public abstract String eventName
The name of the handled event. This must be the name of a method declared on the JpdContext.Callback 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.