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. |
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.
Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.