Class PluginDownload
- java.lang.Object
-
- de.willuhn.jameica.gui.internal.action.PluginDownload
-
-
Constructor Summary
Constructors Constructor Description PluginDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAction(java.lang.Object context)
Erwartet ein Objekt vom Typ PluginData.
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationException
Erwartet ein Objekt vom Typ PluginData.- Specified by:
handleAction
in interfaceAction
- 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)
-
-