package com.iluwatar; public interface State { void onEnterState(); void observe(); }