Class PluginUpdate

  • All Implemented Interfaces:
    Action

    public class PluginUpdate
    extends java.lang.Object
    implements Action
    Action zum Aktualisieren eines Plugins.
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginUpdate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)
      Wird aufgerufen, wenn ein Menu- oder Navi-Punkt angeklickt wird.
      • Methods inherited from class java.lang.Object

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

      • PluginUpdate

        public PluginUpdate()
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Description copied from interface: Action
        Wird aufgerufen, wenn ein Menu- oder Navi-Punkt angeklickt wird.
        Specified by:
        handleAction in interface Action
        Parameters:
        context - optionaler Kontext, in dem die Aktion ausgefuehrt wird.
        Throws:
        de.willuhn.util.ApplicationException - Kann von der implementierenden Klasse geworfen werden. Die Message dieser Exception wird dann in der Status-Leiste von Jameica angezeigt.
        See Also:
        Action.handleAction(java.lang.Object)