* @param selectionManager The selectionManager for the DOM you are
* modifying. Can not be null.
*/
public CopyActionCommand(Clipboard clipboard,ODOMSelectionManager selectionManager) {
super(selectionManager);
this.clipboard = new ClipboardSupport(clipboard);
}