m_KOCommand.clear();
CommandList tmpCommandList = getCmdListModel();
ICommand tmpCommand = null;
if (tmpCommandList != null) {
final Enumeration<?> enumCommand = tmpCommandList.elements();
while (enumCommand.hasMoreElements()) {
tmpCommand = (ICommand) enumCommand.nextElement();
tmpCommand.removeErrorListener(this);
}
tmpCommandList.clear();