gov.nih.nlm.swing
Interface DataChangeListener

All Known Implementing Classes:
MetamorphoSysGUI

public interface DataChangeListener

Generically represents a listener for data changes. This typically used to implement "Save if data changed" functionality.

Author:
Brian Carsen

Method Summary
 void dataChanged(DataChangeEvent e)
          Informs the listener that data has changed.
 

Method Detail

dataChanged

public void dataChanged(DataChangeEvent e)
Informs the listener that data has changed.

Parameters:
e - the DataChangeEvent


Copyright ©2005