ingo@1115: /* ingo@1115: * Copyright (c) 2010 by Intevation GmbH ingo@1115: * ingo@1115: * This program is free software under the LGPL (>=v2.1) ingo@1115: * Read the file LGPL.txt coming with the software for details ingo@1115: * or visit http://www.gnu.org/licenses/ if it does not exist. ingo@1115: */ ingo@1115: 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 :