001    /*
002     @license.text@
003      */
004    package biz.hammurapi.metrics;
005    
006    /**
007     * @author Pavel Vlasov
008     *
009     * @version $Revision: 1.2 $
010     */
011    public interface MeasurementCategory extends MeasurementConsumer {
012            /**
013             * 
014             * @return true if there is at least one consumer behind this proxy
015             */
016            boolean isActive();
017    }