package com.hbm.interfaces; public interface IAnimatedDoor extends IDoor { public void handleNewState(byte state); }