package com.hbm.interfaces; public interface IGasAcceptor { void setGasFill(int i); int getGasFill(); int getMaxGasFill(); }