Community
Participate
Working Groups
// This handler is about to get clobbered, so dispose it.
final ActionHandler handler = (ActionHandler) value;
handler.dispose();
globalActionHandlersByCommandId.remove(commandId);
}
if (globalAction instanceof CommandAction) {