home *** CD-ROM | disk | FTP | other *** search
/ For Beginners & Professional Hackers / cd.iso / software / internet / g32e301p.exe / FILE / DATA.Z / PROGRAM / PLUGINS / NPAVI.ZIP / AviObserver.class (.txt) next >
Encoding:
Java Class File  |  1996-07-22  |  231 b   |  6 lines

  1. interface AviObserver {
  2.    void onStop();
  3.  
  4.    void onPositionChange(int var1);
  5. }
  6.