It provides an alternative way of handling events, instead of specifying the eventhandlers in the form definition.
It is useful when you want to write your event-handling code in Java, have all events handled by one class (which could of course again delegate to other classes), and when you want the event handler to have access to objects it would not be able to get access to if they were part of the form definition. @version $Id: FormHandler.java 151181 2005-02-03 16:59:31Z tim $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|