blob: cf1849fa20534322d74dd477b140e1a41f1954e9 [file] [log] [blame]
package org.eclipse.cdt.internal.ui.dialogs;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface ISelectionValidator {
void isValid(Object[] selection, StatusInfo res);
}