1 | CommandActionDelegate commandActionDelegate;↵ | | 1 | CommandActionDelegate commandActionDelegate;↵
|
2 | ↵ | | 2 | ↵
|
3 | /**↵ | | 3 | /**↵
|
4 | * Returns a new <code>AffectedObjectsWrappingCommandActionDelegate</code> for the given command.↵ | | 4 | * Returns a new <code>ResultAndAffectedObjectsWrappingCommandActionDelegate</code> for the given command.↵
|
5 | * @exception ClassCastException If the specified command does not implement {@link org.eclipse.emf.common.command.Command}.↵ | | 5 | * @exception ClassCastException If the specified command does not implement {@link org.eclipse.emf.common.command.Command}.↵
|
6 | */↵ | | 6 | */↵
|
7 | public AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)↵ | | 7 | public ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)↵
|
8 | {↵ | | 8 | {↵
|
9 | super((Command)command);↵ | | 9 | super((Command)command);↵
|
10 | commandActionDelegate = command; | | 10 | commandActionDelegate = command;
|