KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > wmi > ISWbemEventSource


1 // GENERATED. DO NOT MODIFY
2
package wmi;
3
4 import com4j.*;
5
6 /**
7  * An Event source
8  */

9 @IID("{27D54D92-0EBE-11D2-8B22-00600806D9B6}")
10 public interface ISWbemEventSource extends Com4jObject {
11     /**
12      * Retrieve the next event within a specified time period. The timeout is specified in milliseconds.
13      */

14     @VTID(7)
15     ISWbemObject nextEvent(
16         int iTimeoutMs);
17
18     /**
19      * The Security Configurator for this Object
20      */

21     @VTID(8)
22     ISWbemSecurity security_();
23
24 }
25
Popular Tags