home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 April / Disc 2 / PCU0403CD2.iso / software / apps / files / anfxw32.exe / #setuppath# / AppletService.class (.txt) < prev    next >
Encoding:
Java Class File  |  2003-01-27  |  346 b   |  20 lines

  1. import java.awt.Event;
  2. import java.awt.Graphics;
  3.  
  4. public interface AppletService {
  5.    // $FF: renamed from: Cx (anFXApplet) void
  6.    void method_0(anFXApplet var1);
  7.  
  8.    void init();
  9.  
  10.    void start();
  11.  
  12.    void stop();
  13.  
  14.    void destroy();
  15.  
  16.    void paint(Graphics var1);
  17.  
  18.    boolean handleEvent(Event var1);
  19. }
  20.