tim@734: package de.intevation.gnv.state; sascha@779: tim@734: /** sascha@778: * tim@734: * Markerinterface for States which should be used for sascha@778: * automatically Resume and jump to the next State using tim@734: * the Conditions of the Transitions which are linked to it. tim@734: * @author Tim Englich tim@734: * tim@734: */ tim@734: public interface AutoResumeState extends State{ tim@734: tim@734: }