public interface IElementStateListenerExtension
IElementStateListener
.
It adds
Modifier and Type | Method and Description |
---|---|
void |
elementStateChangeFailed(Object element)
Notifies that changing the given element has failed.
|
void |
elementStateChanging(Object element)
Notifies that the given element is currently being changed.
|
void |
elementStateValidationChanged(Object element,
boolean isStateValidated)
Notifies that the state validation of the given element has changed.
|
void elementStateValidationChanged(Object element, boolean isStateValidated)
element
- the elementisStateValidated
- the flag indicating whether state validation is donevoid elementStateChanging(Object element)
element
- the elementvoid elementStateChangeFailed(Object element)
element
- the element
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.