| Constructor | Description |
|---|---|
PluginDownload() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleAction(java.lang.Object context) |
Erwartet ein Objekt vom Typ PluginData.
|
public void handleAction(java.lang.Object context)
throws de.willuhn.util.ApplicationException
handleAction in interface Actioncontext - optionaler Kontext, in dem die Aktion ausgefuehrt wird.de.willuhn.util.ApplicationException - Kann von der implementierenden Klasse geworfen werden.
Die Message dieser Exception wird dann in der Status-Leiste von Jameica
angezeigt.Action.handleAction(java.lang.Object)