edu.ucsb.nceas.morpho.util
Interface StateChangeListener
- All Known Implementing Classes:
- GUIAction, DataViewContainerPanel
- 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.
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.