Triggers the verbExecute event.
protected void onVerbExecute( VerbExecuteEvent event )
event
A VerbExecuteEvent object that provides the event data.
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