home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / browser / ie401nt4 / iejava.cab / com / ms / ie / FolderItemVerb.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-11  |  937 b   |  17 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface FolderItemVerb extends IUnknown {
  7.    _Guid iid = new _Guid(149700096, (short)20656, (short)4559, (byte)-106, (byte)12, (byte)0, (byte)-128, (byte)-57, (byte)-12, (byte)-18, (byte)-123);
  8.  
  9.    Object getParent();
  10.  
  11.    Object getApplication();
  12.  
  13.    String getName();
  14.  
  15.    void DoIt();
  16. }
  17.