KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpNotifySink


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 /**
7  * ISpNotifySink Interface
8  */

9 @IID("{259684DC-37C3-11D2-9603-00C04F8EE628}")
10 public interface ISpNotifySink extends Com4jObject {
11     @VTID(3)
12     void notify_();
13
14 }
15
Popular Tags