home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / netscape / debug / VMHook.class (.txt) < prev   
Encoding:
Java Class File  |  1998-08-13  |  441 b   |  10 lines

  1. package netscape.debug;
  2.  
  3. public class VMHook extends Hook {
  4.    void justLoadedClass(ThreadState var1, Class var2) {
  5.    }
  6.  
  7.    void aboutToUnloadClass(Class var1) {
  8.    }
  9. }
  10.