org.eclipse.rse.ui.widgets
Interface IInheritableEntryFieldStateChangeListener
-
public interface IInheritableEntryFieldStateChangeListener
Any listener that wants to be notified of state changes to the inheritable
entry field widget must implement this interface.
stateChanged
void stateChanged(
InheritableEntryField field)
- Called when the state of the inheritable field has changed. The new state of the field can be queried by calling
isLocal
on on the entry field.
-
-
Parameters:
-
field
- the inheritable field which has changed state.
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.