RSE
Release 3.2

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.


Method Summary
 void stateChanged(InheritableEntryField field)
          Called when the state of the inheritable field has changed.
 

Method Detail

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.

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.