java/cewolf-1.0/src/main/java/de/laures/cewolf/taglib/PlotContainer.java
author František Kučera <franta-hg@frantovo.cz>
Sun, 01 Mar 2009 11:06:49 +0100
changeset 4 249560bcc466
parent 1 639991d0808a
permissions -rw-r--r--
Doplnění serializovatelnosti
     1 /*
     2  * Created on 13.04.2003
     3  *
     4  * To change the template for this generated file go to
     5  * Window>Preferences>Java>Code Generation>Code and Comments
     6  */
     7 package de.laures.cewolf.taglib;
     8 
     9 /**
    10  * @author guido
    11  *
    12  * To change the template for this generated type comment go to
    13  * Window>Preferences>Java>Code Generation>Code and Comments
    14  */
    15 public interface PlotContainer {
    16 
    17 	public void addPlot(PlotDefinition pd);
    18 
    19 }