KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > calipso > reportgenerator > reportcalculator > IPivot


1 package com.calipso.reportgenerator.reportcalculator;
2
3 import com.calipso.reportgenerator.common.InfoException;
4
5 /**
6  * Calipso Software
7  * User: jbassino
8  * Date: 07-feb-2006
9  * Time: 10:01:31
10  */

11 public interface IPivot {
12   public void fill(PivotClient pivotClient) throws InfoException;
13 }
14
Popular Tags