home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / misc / VMNotification.class (.txt) < prev   
Encoding:
Java Class File  |  1979-12-31  |  108 b   |  6 lines

  1. package sun.misc;
  2.  
  3. public interface VMNotification {
  4.    void newAllocState(int var1, int var2, boolean var3);
  5. }
  6.