home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / rtf / RTFReader$Destination.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  426 b   |  20 lines

  1. package javax.swing.text.rtf;
  2.  
  3. import java.util.Dictionary;
  4.  
  5. interface RTFReader$Destination {
  6.    void handleBinaryBlob(byte[] var1);
  7.  
  8.    void handleText(String var1);
  9.  
  10.    boolean handleKeyword(String var1);
  11.  
  12.    boolean handleKeyword(String var1, int var2);
  13.  
  14.    void begingroup();
  15.  
  16.    void endgroup(Dictionary var1);
  17.  
  18.    void close();
  19. }
  20.