tim@734: package de.intevation.gnv.state; sascha@779: tim@734: /** sascha@778: * ingo@796: * Markerinterface for states which should be used for ingo@796: * automatically resume and jump to the next State using ingo@796: * the conditions of the transitions which are linked to it. ingo@796: * sascha@780: * @author Tim Englich tim@734: */ tim@734: public interface AutoResumeState extends State{ tim@734: tim@734: } sascha@836: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :