KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejtools > adwt > service > PreferencesService


1 /*
2  * EJTools, the Enterprise Java Tools
3  *
4  * Distributable under LGPL license.
5  * See terms of license at www.gnu.org.
6  */

7 package org.ejtools.adwt.service;
8
9
10 /**
11  * Description of the Class
12  *
13  * @author Laurent Etiemble
14  * @version $Revision: 1.5 $
15  * @todo Javadoc to complete
16  */

17 public interface PreferencesService
18 {
19    /** Description of the Method */
20    public void show();
21
22
23    /** Description of the Method */
24    public void load();
25
26
27    /** Description of the Method */
28    public void save();
29 }
30
31
Popular Tags