01: package com.xoetrope.carousel.visualizer;
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: * <p> $Revision: 1.4 $</p>
09: */
10: public interface VisualiserProxy {
11: //public void setActiveComponents( Vector comps );
12: public void nodeDoubleClicked(String path);
13: }
|