public interface IEnableListener
Modifier and Type | Method and Description |
---|---|
boolean |
isListenerEnabled()
Returns the boolean value if this listener is enabled or not.
|
void |
setListenerEnabled(boolean isEnabled_)
Disables or enables this listener by setting it to
false or
true . |
void setListenerEnabled(boolean isEnabled_)
false
or
true
. This value has an influence on calling the
propertyChange(PropertyChangeEvent):void
, which will be executed
if you set this value to true
otherwise not.isEnabled_
- A boolean value.boolean isListenerEnabled()
propertyChanged(PropertyChangeEvent)
.
If this method returns a true
then it will be executed otherwise
not.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft