home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / Call.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  190 b   |  5 lines

  1. interface Call {
  2.    int byID = 0;
  3.    int byIndex = 1;
  4. }
  5.