home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / prog / VJ11 / VJTRIAL.EXE / _Collection.class (.txt) next >
Encoding:
Java Class File  |  1996-12-11  |  585 b   |  12 lines

  1. package dao350;
  2.  
  3. import com.ms.com.IUnknown;
  4.  
  5. public interface _Collection {
  6.    void Refresh();
  7.  
  8.    IUnknown _NewEnum();
  9.  
  10.    short getCount();
  11. }
  12.