| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAction(java.lang.Object context)
Wird aufgerufen, wenn ein Menu- oder Navi-Punkt angeklickt wird.
|
public void handleAction(java.lang.Object context)
throws de.willuhn.util.ApplicationException
ActionhandleAction 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)