astcentric.structure.validation
Interface SelectionSetReceiver
- All Superinterfaces:
- ValueValidatorReceiver
public interface SelectionSetReceiver
- extends ValueValidatorReceiver
Receiver of a set of strings which defines the allowed values of a
selection value validator.
|
Method Summary |
void |
receiveSelectionSet(java.util.Set<java.lang.String> set)
Receives the unmodifiable set of selectable string values. |
receiveSelectionSet
void receiveSelectionSet(java.util.Set<java.lang.String> set)
- Receives the unmodifiable set of selectable string values.
- Parameters:
set - Can be assumed to never null.