Class AbstractHandler

  • All Implemented Interfaces:
    IHandler, IHandler2, IHandler
    Direct Known Subclasses:
    ActionHandler

    @Deprecated
    public abstract class AbstractHandler
    extends AbstractHandler
    implements IHandler
    Deprecated.
    Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for details
    This class is a partial implementation of 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 fireHandlerChanged(HandlerEvent)when the handler changes. Subclasses should also override getAttributeValuesByName()if they have any attributes.
    Since:
    3.0
    See Also:
    AbstractHandler
    Restriction:
    This class is not intended to be extended by clients.
    Restriction:
    This class is scheduled for deletion.
    • Constructor Detail

      • AbstractHandler

        public AbstractHandler()
        Deprecated.