KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITIPodSource


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

9 @IID("{CF4D8ACE-1720-4FB9-B0AE-9877249E89B0}")
10 public interface IITIPodSource extends IITSource {
11     /**
12      * Update the contents of the iPod.
13      */

14     @VTID(19)
15     void updateIPod();
16
17     /**
18      * Eject the iPod.
19      */

20     @VTID(20)
21     void ejectIPod();
22
23 }
24
Popular Tags