package controlledparts; public interface StateContainer { void setState(int i); int getState(); }