com.sas.commands
Interface CancelInterface

All Known Subinterfaces:
PendingCommandInterface
All Known Implementing Classes:
AdvancedFilterSelectorCommand, AdvancedFilterSelectorCommandFacade, BaseSelectorCommand, DataItemSelectorCommand, ExceptionHighlightingChartCommand, ExceptionHighlightingChartSelectorPanel, ExceptionHighlightingCommand, ExceptionHighlightingSelectorPanel, ExportSelectorCommand, ExportSelectorPanel, FilterAndRankSelectorCommand, FindSelectorCommand, FormatSelectorCommand, MapCrossingSelectorPanel, MapPropertyCommand, MemberPropertiesCommand, MemberPropertiesSelectorPanel, OLAPSortSelectorCommand, OLAPTimeBasedFilterCommand, PercentCalculationsCommand, PercentCalculationsSelectorPanel, RankingCommand, ShowDetailSelectorCommand, SimpleCalculatedItemSelectorCommand, SortCommand, SortSelectorCommand, SortSelectorPanel, TotalsCommand

public interface CancelInterface

The CancelInterface is implemented by commands that need to give their users a means to reset the command and/or release the objects that it holds.

Since:
3.0

Method Summary
 void cancel()
          Cancels the command.
 

Method Detail

cancel

void cancel()
Cancels the command.

Common things done in this method:




Copyright © 2009 SAS Institute Inc. All Rights Reserved.