package ge.edu.freeuni.sdp.snake.model; public interface DirectionObserver { void notifyDirectionSet(Direction direction); }