org.openoffice.ide.eclipse.core.gui.rows
Interface IFieldChangedListener

All Known Implementing Classes:
InterfaceMemberDialog, NewInterfaceWizardPage, NewScopedElementWizardPage, NewServiceWizardPage, NewUnoProjectPage, UnoTypeBrowser

public interface IFieldChangedListener

is an interface that will be used to get notified when a GUI field (row) has changed.

Author:
cedricbosdo
See Also:
for the notification event description, for the base class of the listened rows

Method Summary
 void fieldChanged(FieldEvent pEvent)
          Method called when the row has changed.
 

Method Detail

fieldChanged

void fieldChanged(FieldEvent pEvent)
Method called when the row has changed.

Parameters:
pEvent - the field event thrown