runWithEvent(IAction, Event)
is called instead of run(IAction)
. Clients should implement this interface, in addition to IActionDelegate
(or subinterface), if they need to examine the triggering event. Otherwise, they should simply implement IActionDelegate
(or subinterface).
@since 2.0 @deprecated Use org.eclipse.ui.IActionDelegate2 instead.
|
|