home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / sun / awt / macos / ActionComponent.class (.txt) next >
Encoding:
Java Class File  |  1998-08-13  |  249 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.