home *** CD-ROM | disk | FTP | other *** search
/ Internet CD 2005 August / MICD_2005_08.iso / Multimedia / Twist / TwistEval.exe / Main / webhelp0.cab / hhapplet / DialogDoneTarget.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-06-19  |  185 b   |  6 lines

  1. package hhapplet;
  2.  
  3. interface DialogDoneTarget {
  4.    void dialogDone();
  5. }
  6.