|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExtension
IExtension API. Most extensions will typically implement numerous other listener interfaces in order to actually do their work.
| Method Summary | |
|---|---|
IModel |
getModel()
return the IModel |
java.lang.String |
getName()
returns the unique name of the extension. |
void |
install(IModel model)
Install this extension into this model. |
void |
uninstall(IModel model)
remove this extension from the model |
| Methods inherited from interface org.jactr.core.utils.parameter.IParameterized |
|---|
getParameter, getPossibleParameters, getSetableParameters, setParameter |
| Methods inherited from interface org.jactr.core.utils.IInitializable |
|---|
initialize |
| Method Detail |
|---|
void install(IModel model)
install in interface IInstallablemodel - Description of the Parametervoid uninstall(IModel model)
uninstall in interface IInstallablemodel - Description of the ParameterIModel getModel()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||