package com.hbm.interfaces; public interface IConsumer { void setPower(long i); long getPower(); long getMaxPower(); }