Class 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 application
      void update​(de.willuhn.jameica.plugin.Version oldVersion)  
      • Methods inherited from class de.willuhn.jameica.plugin.AbstractPlugin

        getManifest, getResources, install, uninstall
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MahoeMain

        public MahoeMain()
        Standardkonstruktor
    • Method Detail

      • init

        public void init()
        Specified by:
        init in interface de.willuhn.jameica.plugin.Plugin
        Overrides:
        init in class de.willuhn.jameica.plugin.AbstractPlugin
      • shutDown

        public void shutDown()
        Task to be done during shutdown of the application
        Specified by:
        shutDown in interface de.willuhn.jameica.plugin.Plugin
        Overrides:
        shutDown in class de.willuhn.jameica.plugin.AbstractPlugin
      • update

        public void update​(de.willuhn.jameica.plugin.Version oldVersion)
                    throws de.willuhn.util.ApplicationException
        Specified by:
        update in interface de.willuhn.jameica.plugin.Plugin
        Overrides:
        update in class de.willuhn.jameica.plugin.AbstractPlugin
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        AbstractPlugin.update(Version)