@Deprecated public interface IHandler
This interface is not intended to be extended by clients.
IHandler
Modifier and Type | Method and Description |
---|---|
void |
addHandlerListener(IHandlerListener handlerListener)
Deprecated.
|
void |
dispose()
Deprecated.
|
Object |
execute(Map parameterValuesByName)
Deprecated.
|
Map |
getAttributeValuesByName()
Deprecated.
|
void |
removeHandlerListener(IHandlerListener handlerListener)
Deprecated.
|
@Deprecated void addHandlerListener(IHandlerListener handlerListener)
IHandlerListener
to listen for
changes to properties of this instance.handlerListener
- the instance to register. Must not be null
. If
an attempt is made to register an instance which is already
registered with this instance, no operation is performed.@Deprecated void dispose()
@Deprecated Object execute(Map parameterValuesByName) throws ExecutionException
parameterValuesByName
- the map of parameter values by name. Reserved for future use,
must be null
.null
.ExecutionException
- if an exception occurred during execution.@Deprecated Map getAttributeValuesByName()
Notification is sent to all registered listeners if this property changes.
null
. If this map is not
empty, its collection of keys is guaranteed to only contain
instances of String
.@Deprecated void removeHandlerListener(IHandlerListener handlerListener)
IPropertyListener
listening for
changes to properties of this instance.handlerListener
- the instance to unregister. Must not be null
.
If an attempt is made to unregister an instance which is not
already registered with this instance, no operation is
performed.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.