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