package magic.ui; import java.util.Set; public interface IChoiceViewer { void showValidChoices(final Set<?> validChoices); }