package org.appwork.controlling; public interface StateMachineInterface { public StateMachine getStateMachine(); }