1 package org.lsst.ccs.bus;
2
3 /**
4 * This marker interface is used by a <TT>StatusListener</TT> to tell the system it does
5 * not handle <TT>EncodedDataStatus</TT> Objects
6 * @author bamade
7 */
8 // Date: 23/05/2014
9
10 public interface NoDataStatusListener extends EncodedStatusListens{
11 }