CustomizerVerb.onVerbExecute

Overview | Methods | This Package | All Packages

CustomizerVerb.onVerbExecute

Triggers the verbExecute event.

Syntax

protected void onVerbExecute( VerbExecuteEvent event )

Parameters

event

A VerbExecuteEvent object that provides the event data.

Remarks

The verbExecute event occurs when the user selects the verb on the component's shortcut menu.

When overriding onVerbExecute, be sure to call super.onVerbExecute.

See Also   performVerbExecute, addOnVerbExecute, removeOnVerbExecute