blob: 78d613b7de05a8bfd96790ad58fb6ca4739e10a2 [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2005, 2007 IBM Corporation and others.
// 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:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
/**
*
*/
package org.eclipse.epf.diagramming.base.persistence;
/**
* @author Shashidhar Kannoori
*
*/
public interface ISaveEventDispatcher {
public void updateTimeStamp(ISaveInfo info);
}