Class HibiscusAddressUpdate
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.HibiscusAddressUpdate
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class HibiscusAddressUpdate extends java.lang.Object implements de.willuhn.jameica.gui.Action
Action, der ein Objekt vom Typ HibiscusAddress uebergeben wird. Sie prueft, ob er bereits im Adressbuch existiert. Wenn nicht, legt sie ihn neu an. Falls er existiert, wird der Benutzer gefragt, ob er die Adresse ueberschreiben moechte.
-
-
Constructor Summary
Constructors Constructor Description HibiscusAddressUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAction(java.lang.Object context)
Erwartet ein Objekt vom TypAddress
.void
setAddress(Address a)
Speichert die Adresse, die auf Veraenderungen geprueft werden soll.void
setCreate(boolean b)
Legt fest, ob die Adresse ggf.
-
-
-
Method Detail
-
setAddress
public void setAddress(Address a)
Speichert die Adresse, die auf Veraenderungen geprueft werden soll.- Parameters:
a
- Adresse, die auf Veraenderungen geprueft werden soll.
-
setCreate
public void setCreate(boolean b)
Legt fest, ob die Adresse ggf. neu angelegt werden soll.- Parameters:
b
- true, wenn die Adresse ggf. neu angelegt werden soll.
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationException
Erwartet ein Objekt vom TypAddress
.- Specified by:
handleAction
in interfacede.willuhn.jameica.gui.Action
- Throws:
de.willuhn.util.ApplicationException
- See Also:
Action.handleAction(java.lang.Object)
-
-