Class KontoKontoauszugReceipt
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.KontoKontoauszugReceipt
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class KontoKontoauszugReceipt extends java.lang.Object implements de.willuhn.jameica.gui.ActionAction zum manuellen Senden der Empfangsquittung.
-
-
Constructor Summary
Constructors Constructor Description KontoKontoauszugReceipt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleAction(java.lang.Object context)Erwartet ein Objekt vom TypKontoals Context.
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationExceptionErwartet ein Objekt vom TypKontoals Context. Fehlt das Konto, dann wird es in einem Dialog abgefragt.- Specified by:
handleActionin interfacede.willuhn.jameica.gui.Action- Throws:
de.willuhn.util.ApplicationException- See Also:
Action.handleAction(java.lang.Object)
-
-