Assigns a delegate to the buttonClick event.
public final void addOnButtonClick( ToolBarButtonClickEventHandler value )
value
The ToolBarButtonClickEventHandler to notify when the event occurs.
A ToolBar object's buttonClick event occurs when any of its child buttons are clicked.
See Also removeOnButtonClick