git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dacdc87d29d7d9df7bfba5502fa4493df7a03fa2
[phpeclipse.git]
/
net.sourceforge.phpeclipse.ui
/
src
/
net
/
sourceforge
/
phpdt
/
internal
/
ui
/
dialogs
/
ISelectionValidator.java
1
package net.sourceforge.phpdt.internal.ui.dialogs;
2
3
import org.eclipse.core.runtime.IStatus;
4
5
public interface ISelectionValidator {
6
7
IStatus validate(Object[] selection);
8
9
}