Overview | Methods | This Package | All Packages
Assigns a delegate to the load event.
Syntax
final public void addOnLoad ( EventHandler h )
Parameters
h
The event handler callback method.
Remarks
This delegate specifies a method that is called when the document has finished loading. By default, this event is automatically routed to onDocumentLoad.
See Also removeOnLoad