com.metamatrix.console.ui
Interface NotifyOnExitConsole
- All Known Implementing Classes:
- DeployMainPanel, EntitlementDetailPanel, EntitlementsPanel, ExtensionSourcesPanel, NextStartupPanel, PropertiesMasterPanel, ResourcesMainPanel, SystemLogSetUpPanel, WorkspaceController
public interface NotifyOnExitConsole
Interface to be implemented by any tab that wants notification that the user is attempting to
to exit the Console. This is presumably so that it can notify the user of pending changes
made but not yet saved. It also provides the opportunity to cancel the exit.
havePendingChanges
boolean havePendingChanges()
finishUp
boolean finishUp()
Copyright © 2009. All Rights Reserved.