home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 June / pcx11_9706.iso / shutils / internet / browser / p16e40b5.exe / nav40.z / JAVA40.JAR / sun / awt / macos / ActionComponent.class (.txt) next >
Encoding:
Java Class File  |  1997-05-23  |  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.