blob: baa88fad809c0ac4e424d7f7abd40b5e5c21f4de [file] [log] [blame]
/*
* Created on May 27, 2003
*/
package org.eclipse.update.operations;
/**
* An operation in which the unconfigured/configured state of a site is toggled.
* @since 3.0
*/
public interface IToggleSiteOperation extends IOperation {
}