bind(HTMLObject, EventType, DOMEventObject, Goal) binds the HTML element HTMLObject to the EventType type event so Goal is executed, with DOMEventObject holding the event information, when that type of event happens on the HTML element.