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