edu.ucsb.nceas.morpho.util
Interface StateChangeListener

All Known Implementing Classes:
DataViewContainerPanel, GUIAction

public interface StateChangeListener

Any object that is interested in the status of the morpho framework state changed events should implement this interface and register with the StateChangeMonitor to be notified of changes.


Method Summary
 void handleStateChange(StateChangeEvent event)
          This method is called if there is a change in the state of the application.
 

Method Detail

handleStateChange

public void handleStateChange(StateChangeEvent event)
This method is called if there is a change in the state of the application.
Parameters:
event - the StateChangeEvent indicating what state changed


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.