KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpNotifySource


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

9 @IID("{5EFF4AEF-8487-11D2-961C-00C04F8EE628}")
10 public interface ISpNotifySource extends Com4jObject {
11     @VTID(3)
12     void setNotifySink(
13         ISpNotifySink pNotifySink);
14
15     @VTID(4)
16     void setNotifyWindowMessage(
17         int hWnd,
18         int msg,
19         int wParam,
20         int lParam);
21
22     @VTID(5)
23     void setNotifyCallbackFunction(
24         Holder<java.nio.Buffer JavaDoc> pfnCallback,
25         int wParam,
26         int lParam);
27
28     @VTID(6)
29     void setNotifyCallbackInterface(
30         Holder<java.nio.Buffer JavaDoc> pSpCallback,
31         int wParam,
32         int lParam);
33
34     @VTID(7)
35     void setNotifyWin32Event();
36
37     @VTID(8)
38     void waitForNotifyEvent(
39         int dwMilliseconds);
40
41     @VTID(9)
42     void getNotifyEventHandle();
43
44 }
45
Popular Tags