KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > sape > carbon > services > instrumentation > statistics > test > TestStatisticsComponent


1 package org.sape.carbon.services.instrumentation.statistics.test;
2
3 import org.sape.carbon.core.component.FunctionalInterface;
4
5 /**
6  * Created by IntelliJ IDEA.
7  * User: Administrator
8  * Date: Aug 29, 2003
9  * Time: 11:20:23 AM
10  * To change this template use Options | File Templates.
11  */

12 public interface TestStatisticsComponent extends FunctionalInterface {
13
14     void succeed();
15
16     void fail();
17 }
18
Popular Tags