ingo@331: /* ingo@331: * Copyright (c) 2011 by Intevation GmbH ingo@331: * ingo@331: * This program is free software under the LGPL (>=v2.1) ingo@331: * Read the file LGPL.txt coming with the software for details ingo@331: * or visit http://www.gnu.org/licenses/ if it does not exist. ingo@331: */ teichmann@475: package org.dive4elements.artifacts; ingo@331: ingo@331: import java.io.Serializable; ingo@331: ingo@331: ingo@331: /** ingo@331: * @author Ingo Weinzierl ingo@331: */ ingo@331: public interface Message extends Serializable { ingo@331: ingo@331: String getText(); ingo@331: } ingo@331: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :