Package org.eclipse.jface.text
Interface IDelayedInputChangeProvider
-
public interface IDelayedInputChangeProviderA delayed input change provider notifies the registeredIInputChangedListenerabout input changes that occur after the normal operation of the provider.Clients can implement that interface and its extension interfaces.
- Since:
- 3.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDelayedInputChangeListener(IInputChangedListener inputChangeListener)Sets or clears the delayed input change listener.
-
-
-
Method Detail
-
setDelayedInputChangeListener
void setDelayedInputChangeListener(IInputChangedListener inputChangeListener)
Sets or clears the delayed input change listener.- Parameters:
inputChangeListener- the new delayed input change listener, ornullif none- Since:
- 3.4
-
-