Class LastschriftNew
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.LastschriftNew
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class LastschriftNew extends java.lang.Object implements de.willuhn.jameica.gui.ActionAction fuer neue Lastschrift.
-
-
Constructor Summary
Constructors Constructor Description LastschriftNew()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleAction(java.lang.Object context)Als Context kann ein Konto, ein Empfaenger oder eine Lastschrift angegeben werden.
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationExceptionAls Context kann ein Konto, ein Empfaenger oder eine Lastschrift angegeben werden. Abhaengig davon wird das eine oder andere Feld in der neuen Lastschrift vorausgefuellt oder die uebergebene Lastschrift geladen. Wenn nichts angegeben ist, wird eine leere Lastschrift erstellt und angezeigt.- Specified by:
handleActionin interfacede.willuhn.jameica.gui.Action- Throws:
de.willuhn.util.ApplicationException- See Also:
Action.handleAction(java.lang.Object)
-
-