A HandlerDefinition defines a "handler" that may be invoked in the process of executing an event. A HandlerDefinition has an id, java method, input definitions, output definitions, and child handlers.
The java method to be invoked must have the following method signature:
public void beginDisplay(HandlerContext handlerCtx)
void
above can return a value. Depending on the type of event, return values may be handled differently.
|
|