01: package com.xoetrope.carousel.services;
02:
03: /**
04: * <p> Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
05: * the GNU Public License (GPL), please see license.txt for more details. If
06: * you make commercial use of this software you must purchase a commercial
07: * license from Xoetrope.</p>
08: */
09: public interface IServiceEditor {
10: public void createTree();
11: }
|