Package de.frankmuenster.mahoe
Class MahoeMain
- java.lang.Object
-
- de.willuhn.jameica.plugin.AbstractPlugin
-
- de.frankmuenster.mahoe.MahoeMain
-
- All Implemented Interfaces:
de.willuhn.jameica.plugin.Plugin
public class MahoeMain extends de.willuhn.jameica.plugin.AbstractPlugin
Main class of the plugin- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description MahoeMain()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
void
shutDown()
Task to be done during shutdown of the applicationvoid
update(de.willuhn.jameica.plugin.Version oldVersion)
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfacede.willuhn.jameica.plugin.Plugin
- Overrides:
init
in classde.willuhn.jameica.plugin.AbstractPlugin
-
shutDown
public void shutDown()
Task to be done during shutdown of the application- Specified by:
shutDown
in interfacede.willuhn.jameica.plugin.Plugin
- Overrides:
shutDown
in classde.willuhn.jameica.plugin.AbstractPlugin
-
update
public void update(de.willuhn.jameica.plugin.Version oldVersion) throws de.willuhn.util.ApplicationException
- Specified by:
update
in interfacede.willuhn.jameica.plugin.Plugin
- Overrides:
update
in classde.willuhn.jameica.plugin.AbstractPlugin
- Throws:
de.willuhn.util.ApplicationException
- See Also:
AbstractPlugin.update(Version)
-
-