Interface NewPluginPopUpView.Presenter
-
- All Known Implementing Classes:
NewPluginPopUp
- Enclosing interface:
- NewPluginPopUpView
public static interface NewPluginPopUpView.Presenter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleValidatorgetNameValidator()voidonCancel()voidonOK(String name, org.uberfire.ext.plugin.model.PluginType type)
-
-
-
Method Detail
-
onOK
void onOK(String name, org.uberfire.ext.plugin.model.PluginType type)
-
onCancel
void onCancel()
-
getNameValidator
RuleValidator getNameValidator()
-
-