com.centrasite.control.discovery
Interface PromptYesNoHandler

All Known Subinterfaces:
ValidateYesNoHandler
All Known Implementing Classes:
ActionCategoryDeleteCommand, ActionTemplateDeleteCommand, AssetTypeDeleteCommand, AssociationTypeDeleteCommand, DeleteCommand, DeleteFavoriteCommand, DeleteGroupActionCommand, DeleteRegistryObjectCommand, DeleteReportTemplateCommand, DeleteRepositoryObjectCommand, DeleteTaxObjectCommand, DeleteTypeCommand, DeleteUserActionCommand, DeleteVersionsCommand, DisplayItemDetailCommand, EventTypeDeleteCommand, GroupDeleteCommand, LCMBulkDeleteCommand, LCMBulkPurgeDeleteCommand, LCMDeleteCommand, LCMPurgeDeleteCommand, OrgDeleteCommand, PolicyBulkDeleteCommand, PolicyDeleteCommand, RenameSavedSearchCommand, RoleDeleteCommand, RTPolicyBulkDeleteCommand, RTPolicyDeleteCommand, TargetBulkDeleteCommand, TargetDeleteCommand, TargetTypeDeleteCommand, TypeBulkDeleteCommand, UserDeleteCommand

public interface PromptYesNoHandler


Method Summary
 void handleNo(ActionContext actionContext)
          Handle option "No" being selected
 void handleYes(ActionContext actionContext)
          Handle option "Yes" being selected
 

Method Detail

handleYes

void handleYes(ActionContext actionContext)
Handle option "Yes" being selected

Parameters:
actionContext -

handleNo

void handleNo(ActionContext actionContext)
Handle option "No" being selected

Parameters:
actionContext -