KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > EEG > EEM > Elements > DataStreamLocalNotifiable


1 /*
2  * DataStreamLocalNotifiable.java
3  *
4  * Created on 13. duben 2002, 21:08
5  */

6
7 package SOFA.Connector.EEG.EEM.Elements;
8
9 /**
10  *
11  * @author ghort
12  * @version
13  */

14 public interface DataStreamLocalNotifiable {
15     void linkNotification(Object JavaDoc sender) throws SOFA.Connector.LinkException;
16 }
17
Popular Tags