home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / NET / netscape / CP32E404.EXE / nav40p.z / java40.jar / sun / awt / macos / ActionComponent.class (.txt) next >
Encoding:
Java Class File  |  1997-11-03  |  231 b   |  10 lines

  1. package sun.awt.macos;
  2.  
  3. public interface ActionComponent {
  4.    void action();
  5.  
  6.    void action(int var1);
  7.  
  8.    void action(boolean var1);
  9. }
  10.