blob: 5ed39369477cde99ca3a2750964717488f014ebc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 University of Illinois 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:
* Albert L. Rossi - design and implementation
******************************************************************************/
package org.eclipse.ptp.rm.jaxb.ui;
/**
* Exports tab update call.
*
* @see org.eclipse.ptp.rm.jaxb.ui.handlers.ValueUpdateHandler
* @sse
* org.eclipse.ptp.launch.ui.extensions.AbstractRMLaunchConfigurationDynamicTab
* #fireContentsChanged()
* @author arossi
*
*/
public interface IFireContentsChangedEnabled {
/**
* Used to delegate to the internal contents changed method of the tab
*/
void fireContentsChanged();
}