org.eclipse.emf.facet.util.emf.core.command
Interface ICommandFactoryResultFactory


public interface ICommandFactoryResultFactory

Since:
0.2

Field Summary
static ICommandFactoryResultFactory DEFAULT
           
 
Method Summary
<T> ICommandFactoryResult<T>
createCommandFactoryResult(Command command, T result)
           
 

Field Detail

DEFAULT

static final ICommandFactoryResultFactory DEFAULT
Method Detail

createCommandFactoryResult

<T> ICommandFactoryResult<T> createCommandFactoryResult(Command command,
                                                        T result)