|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElmoManagerFactory
Factory interface to create ElmoManagers.
| Method Summary | |
|---|---|
void |
close()
Closes the factory preventing any more ElmoManagers from being created. |
ElmoManager |
createElmoManager()
Creates a new ElmoManager with the default Locale. |
ElmoManager |
createElmoManager(Locale locale)
Creates a new ElmoManager with the given Locale. |
boolean |
isOpen()
If this factory should be able to create an ElmoManager. |
| Method Detail |
|---|
boolean isOpen()
true if this factory is ready.void close()
ExceptionElmoManager createElmoManager()
ElmoManager createElmoManager(Locale locale)
locale - Maybe null to indicate no localization.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||