blob: 81030a4d17030e3aa666128045374ffbec039f34 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2009 David A Carlson.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David A Carlson (XMLmodeling.com) - initial API and implementation
*
* $Id$
*******************************************************************************/
package org.eclipse.mdht.uml.ui.navigator.internal.validation;
import org.eclipse.emf.validation.service.IValidationListener;
import org.eclipse.emf.validation.service.ValidationEvent;
public class ProblemReporter implements IValidationListener {
public ProblemReporter() {
// TODO Auto-generated constructor stub
}
public void validationOccurred(ValidationEvent event) {
// TODO Auto-generated method stub
}
}