home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 November / PCpro_1998_11.ISO / software / Lotus / NETOBJ / T2.Z / ActivateState.class (.txt) next >
Encoding:
Java Class File  |  1998-03-09  |  256 b   |  7 lines

  1. interface ActivateState {
  2.    int Restore = 0;
  3.    int Drop = 1;
  4.    int Paste = 3;
  5.    int Undo = 4;
  6. }
  7.