java/cewolf-1.0/src/main/java/de/laures/cewolf/taglib/PlotContainer.java
changeset 1 639991d0808a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/cewolf-1.0/src/main/java/de/laures/cewolf/taglib/PlotContainer.java	Sat Feb 28 21:31:02 2009 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +/*
     1.5 + * Created on 13.04.2003
     1.6 + *
     1.7 + * To change the template for this generated file go to
     1.8 + * Window>Preferences>Java>Code Generation>Code and Comments
     1.9 + */
    1.10 +package de.laures.cewolf.taglib;
    1.11 +
    1.12 +/**
    1.13 + * @author guido
    1.14 + *
    1.15 + * To change the template for this generated type comment go to
    1.16 + * Window>Preferences>Java>Code Generation>Code and Comments
    1.17 + */
    1.18 +public interface PlotContainer {
    1.19 +
    1.20 +	public void addPlot(PlotDefinition pd);
    1.21 +
    1.22 +}