commandExecutor.execute(new AddEventListenerCommand(listenerToAdd));
}
@Override
public void addEventListener(ActivitiEventListener listenerToAdd, ActivitiEventType... types) {
commandExecutor.execute(new AddEventListenerCommand(listenerToAdd, types));
}