Package org.eclipse.jface.text
Interface IInputChangedListener
-
public interface IInputChangedListenerA listener which is notified when the target's input changes.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 voidinputChanged(java.lang.Object newInput)Called when a the input has changed.
-