edu.ucsb.nceas.morpho.framework
Interface QueryRefreshInterface
- All Known Implementing Classes:
- QueryPlugin
- public interface QueryRefreshInterface
This service allows plugins to request that the query results be
refreshed when they have made a change that should affect the resultset.
All component plugins that make changes to data packages that should result
in the "My Data" result set being updated should utilize this
interface and call the refresh method after the change is completed.
Method Summary |
void |
refresh()
This method is called to refresh the main query when a change is
made that should be propogated to the query result screens. |
void |
updateSavedQueryMenuItems(Morpho newMorpho)
This mehod will be called when Morpho switch to another profile. |
refresh
public void refresh()
- This method is called to refresh the main query when a change is
made that should be propogated to the query result screens.
updateSavedQueryMenuItems
public void updateSavedQueryMenuItems(Morpho newMorpho)
- This mehod will be called when Morpho switch to another profile. Old saved
queries will be removed from search menu and new saved queries will be
adde into search menu.
- Parameters:
newMorpho
- new Morpho object after switch profile
Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.