public interface IInputChangedListener
Clients can implement that interface and its extension interfaces.
Modifier and Type | Method and Description |
---|---|
void |
inputChanged(Object newInput)
Called when a the input has changed.
|
void inputChanged(Object newInput)
newInput
- the new input, or null
iff the listener should not show any new input
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.