Alexander Wels has posted comments on this change. Change subject: webadmin: UI plugin event handler ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/34570/2/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/presenter/PluginActionButtonPluginHandler.java File frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/presenter/PluginActionButtonPluginHandler.java: Line 10: Line 11: import com.google.gwt.event.shared.EventBus; Line 12: import com.google.inject.Inject; Line 13: Line 14: public class PluginActionButtonPluginHandler { > Can this be just PluginActionButtonHandler :-) Done Line 15: private final Map<String, List<ActionButtonDefinition<?>>> definitionMap = Line 16: new HashMap<String, List<ActionButtonDefinition<?>>>(); Line 17: Line 18: @Inject -- To view, visit http://gerrit.ovirt.org/34570 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I83ad213a1dca8d31cf63c6b2c5f761f3242b43bc Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
