1 2 3 package org.catacomb.druid.event; 4 5 public interface OptionsSource { 6 7 String[] getOptions(); 8 9 String[] getLabels(); 10 11 }