KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpNotifyTranslator


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

9 @IID("{ACA16614-5D3D-11D2-960E-00C04F8EE628}")
10 public interface ISpNotifyTranslator extends ISpNotifySink {
11     @VTID(4)
12     void initWindowMessage(
13         int hWnd,
14         int msg,
15         int wParam,
16         int lParam);
17
18     @VTID(5)
19     void initCallback(
20         Holder<java.nio.Buffer JavaDoc> pfnCallback,
21         int wParam,
22         int lParam);
23
24     @VTID(6)
25     void initSpNotifyCallback(
26         Holder<java.nio.Buffer JavaDoc> pSpCallback,
27         int wParam,
28         int lParam);
29
30     @VTID(7)
31     void initWin32Event(
32         java.nio.Buffer JavaDoc hEvent,
33         int fCloseHandleOnRelease);
34
35     @VTID(8)
36     void wait_(
37         int dwMilliseconds);
38
39     @VTID(9)
40     void getEventHandle();
41
42 }
43
Popular Tags