com.centrasite.control.discovery
Interface AddClassificationListener
- All Known Implementing Classes:
- AddClassificationCommand
public interface AddClassificationListener
For use with AddClassificationCommand
and AddClassificationAdapter.
onClickOk
boolean onClickOk(RegistryObjectItem selectedClassificationScheme,
java.lang.String category,
ActionContext actionContext)
- Invoked when clicked on OK button of the Add Classification dialog.
- Parameters:
selectedClassificationScheme
- -
the selected ClassificationScheme from the Tree.category
- -
category which is filled by user only for External
Classifications.
- Returns:
- boolean success of the operation.
onClickCancel
void onClickCancel()