Adds a new event handler. When the event occurs, the JavaScript function specified is executed. Multiple functions can be specified, in which case all of them are executed.
This was created for use by {@link org.apache.tapestry.html.Rollover} to set mouse over and mouse out handlers onthe {@link ILinkComponent} that wraps it, but can be used formany other things as well.
@since 0.2.9
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.