package com.orbekk.same; public interface StateChangedListener { void stateChanged(State.Component component); }