public class OrdnerVerwaltung
extends de.willuhn.jameica.plugin.AbstractPlugin
Constructor and Description |
---|
OrdnerVerwaltung()
Standard Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
void |
init()
Inits the.
|
void |
install()
This method is called only the first time, the plugin is loaded (before
executing init()). if your installation procedure was not successfull,
throw an ApplicationException.
|
public void init() throws de.willuhn.util.ApplicationException
init
in interface de.willuhn.jameica.plugin.Plugin
init
in class de.willuhn.jameica.plugin.AbstractPlugin
de.willuhn.util.ApplicationException
- the application exceptionAbstractPlugin.init()
public void install() throws de.willuhn.util.ApplicationException
install
in interface de.willuhn.jameica.plugin.Plugin
install
in class de.willuhn.jameica.plugin.AbstractPlugin
de.willuhn.util.ApplicationException
- the application exceptionAbstractPlugin.install()