385386387388389390391
commandExecutor.execute(new RemoveEventListenerCommand(listenerToRemove)); } @Override public void dispatchEvent(ActivitiEvent event) { commandExecutor.execute(new DispatchEventCommand(event)); }