home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / INTERNET / COMMUNIC / NAV40.Z / java40.jar / netscape / application / EventProcessor.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-24  |  240 b   |  6 lines

  1. package netscape.application;
  2.  
  3. public interface EventProcessor {
  4.    void processEvent(Event var1);
  5. }
  6.