home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 December / PCO_1298.ISO / browser / nc407lyc / ncsetup.exe / nav40.z / java40.jar / java / awt / peer / ActiveEvent.class (.txt) next >
Encoding:
Java Class File  |  1998-09-29  |  213 b   |  6 lines

  1. package java.awt.peer;
  2.  
  3. public interface ActiveEvent {
  4.    void dispatch();
  5. }
  6.