| Constructor and Description |
|---|
PluginUnInstall() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAction(java.lang.Object context)
Erwartet ein Objekt vom Typ "AbstractPlugin" oder "Manifest".
|
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)