1 package org.lsst.ccs.bus; 2 3 /** 4 * super-interface of all status listeners 5 * @author bamade 6 */ 7 // Date: 22/05/2014 8 9 public interface StatusListens { 10 }