// implement the delegate method
methodDesc.setDelegateName(delegateName);
methodDesc.setInterface(false);
appendMethod(controllerDelegateSourcecode, methodDesc);
actionPerformedMethod.addLn(" else if (",
constantsSourcecode.getName(), ".",
constantDescription.getName(), ".equals(command)){");
actionPerformedMethod.addLn(" ", methodname, "();");
actionPerformedMethod.addLn("}");