home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 March / maximum-cd-1999-03.iso / Feature / Lotus / ORGANIZE / COMPNENT / LTOUIN21.ZIP / sun / activator / panel / PlatformDependentInterface.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-12  |  324 b   |  10 lines

  1. package sun.activator.panel;
  2.  
  3. interface PlatformDependentInterface {
  4.    void init();
  5.  
  6.    void onLoad(ConfigurationInfo var1);
  7.  
  8.    void onSave(ConfigurationInfo var1);
  9. }
  10.