home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 128 - Disc 1 / dpcs1098a.iso / Internet / Rplayer / Install.exe / RACLASS.ZIP / RAObserver.class (.txt) next >
Encoding:
Java Class File  |  1997-11-13  |  333 b   |  10 lines

  1. public interface RAObserver {
  2.    void onGoToURL(String var1, String var2);
  3.  
  4.    void onClipOpened(String var1, String var2);
  5.  
  6.    void onClipClosed();
  7.  
  8.    void onShowStatus(String var1);
  9. }
  10.