KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITOperationStatus


1 // GENERATED. DO NOT MODIFY
2
package iTunes.def;
3
4 import com4j.*;
5
6 /**
7  * IITOperationStatus Interface
8  */

9 @IID("{206479C9-FE32-4F9B-A18A-475AC939B479}")
10 public interface IITOperationStatus extends Com4jObject {
11     /**
12      * True if the operation is still in progress.
13      */

14     @VTID(7)
15     boolean inProgress();
16
17     /**
18      * Returns a collection containing the tracks that were generated by the operation.
19      */

20     @VTID(8)
21     IITTrackCollection tracks();
22
23 }
24
Popular Tags