public interface AddClassificationListener
AddClassificationCommand
and AddClassificationAdapter.Modifier and Type | Method and Description |
---|---|
void |
onClickCancel() |
boolean |
onClickOk(RegistryObjectItem selectedClassificationScheme,
java.lang.String category,
ActionContext actionContext)
Invoked when clicked on OK button of the Add Classification dialog.
|
boolean onClickOk(RegistryObjectItem selectedClassificationScheme, java.lang.String category, ActionContext actionContext)
selectedClassificationScheme
- -
the selected ClassificationScheme from the Tree.category
- -
category which is filled by user only for External
Classifications.void onClickCancel()