Constructor | Description |
---|---|
Appointments() |
Modifier and Type | Method | 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
Action
handleAction
in interface Action
context
- 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)