KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > measurements > suites > TestInterface


1 // $Id: TestInterface.java,v 1.1.1.1 2003/07/02 15:30:46 apopovic Exp $
2
// =====================================================================
3
//
4
// (history at end)
5
//
6

7 package measurements.suites;
8
9 public interface TestInterface
10 {
11       public void interfaceMethodShort();
12       public void interfaceMethodLong(Object JavaDoc x,Object JavaDoc o);
13
14 }
15
16 //======================================================================
17
//
18
// $Log: TestInterface.java,v $
19
// Revision 1.1.1.1 2003/07/02 15:30:46 apopovic
20
// Imported from ETH Zurich
21
//
22
// Revision 1.3 2002/03/14 08:46:23 popovici
23
// Minor adaptations and corrections
24
//
25
// Revision 1.2 2002/03/12 10:17:20 popovici
26
// Long methods now (Object,Object); syntax corrections
27
//
28
// Revision 1.1 2002/03/12 09:50:16 popovici
29
// Initial version of the Benchmark measurements
30
//
31
Popular Tags