01: package vicazh.hyperpool.stream; 02: 03: /** 04: * The time selector interface 05: * 06: * @author Victor Zhigunov 07: * @version 0.4.0 08: */ 09: public interface TimeSelectorMBean extends ListSelectorMBean { 10: }