com.metamatrix.console.util
Interface Refreshable

All Known Subinterfaces:
AutoRefreshable
All Known Implementing Classes:
ConnectorBindingPanel, ConnectorPanel, DeployMainPanel, EntitlementsPanel, ExtensionSourcesPanel, PropertiesMasterPanel, ProvidersMain, QueryPanel, ResourcesMainPanel, RuntimeMgmtPanel, ServiceDefinitionPanel, SessionPanel, SummaryMain, SummaryPanel, SysLogPanel, SystemLogSetUpPanel, TransactionsPanel, VdbMainPanel

public interface Refreshable


Method Summary
 java.lang.String getName()
          Name must uniquely identify this Refreshable object.
 void refresh()
          Identifies classes, usually panels, that can be refreshed, but not necessarily auto-refreshed.
 

Method Detail

refresh

void refresh()
Identifies classes, usually panels, that can be refreshed, but not necessarily auto-refreshed.

See Also:
/** Causes the panel to retrieve fresh data and reload its controls.

getName

java.lang.String getName()
Name must uniquely identify this Refreshable object. Useful to support applying mods to the rate and enabled state by user through other means.



Copyright © 2009. All Rights Reserved.