home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 November / PCpro_1998_11.ISO / software / Lotus / NETOBJ / 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.