IHandler
. This abstract implementation provides support for handler listeners. You should subclass from this method unless you want to implement your own listener support. Subclasses should call {@link AbstractHandler#fireHandlerChanged(HandlerEvent)}when the handler changes. Subclasses should also override {@link AbstractHandler#getAttributeValuesByName()}if they have any attributes.
@since 3.0
@deprecated Please use the "org.eclipse.core.commands" plug-in instead.
@see org.eclipse.core.commands.AbstractHandler
|
|