1 package org.lsst.ccs.bus;
2
3 /**
4 * Marker super-interface of all interfaces describing <TT>EncodedDataStatus</TT> handling.
5 * @author bamade
6 */
7 // Date: 22/05/2014
8
9 public interface EncodedStatusListens extends StatusListens{
10 }