| Constructor and Description |
|---|
CommandListExecutor(MetaModel parent,
de.saxsys.synchronizefx.core.metamodel.WeakObjectRegistry objectRegistry,
de.saxsys.synchronizefx.core.metamodel.Listeners listeners,
de.saxsys.synchronizefx.core.metamodel.SilentChangeExecutor changeExecutor,
de.saxsys.synchronizefx.core.metamodel.ValueMapper valueMapper)
Initializes the executor.
|
public CommandListExecutor(MetaModel parent, de.saxsys.synchronizefx.core.metamodel.WeakObjectRegistry objectRegistry, de.saxsys.synchronizefx.core.metamodel.Listeners listeners, de.saxsys.synchronizefx.core.metamodel.SilentChangeExecutor changeExecutor, de.saxsys.synchronizefx.core.metamodel.ValueMapper valueMapper)
parent - used to set up the root objectobjectRegistry - used for id to object lookuplisteners - The listeners that should be registered on new properties.changeExecutor - Used to prevent generation of change commands when doing changes to the users domain model.valueMapper - Used to translate Value messages to the real
values the represent.public void execute(Object command) throws SynchronizeFXException
command - The command to execute.SynchronizeFXException - when the execution of an command failed.MetaModel.execute(Object)Copyright © 2014 Saxonia Systems AG. All Rights Reserved.