copyRedirector, copyListener, deleteRedirector, deleteListener);
delete(token, sourceUri, parameters, deleteRedirector, deleteListener);
}
try {
if ( MacroEvent.MOVE.isEnabled() ) EventDispatcher.getInstance().fireVetoableEvent(MacroEvent.MOVE, new MacroEvent(this, token, namespace, sourceUri, destinationUri));
} catch ( VetoException ve ) {
throw new CopyMacroException(ve.getMessage()); // FIXME: Where is the MoveMacroException?
}
}