Class EinnahmeAusgabeExport
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.EinnahmeAusgabeExport
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class EinnahmeAusgabeExport extends java.lang.Object implements de.willuhn.jameica.gui.Action
Action für die Ausgabe der Einnahmen/Ausgaben
-
-
Constructor Summary
Constructors Constructor Description EinnahmeAusgabeExport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAction(java.lang.Object context)
Erwartet ein Array mit Objekten des TypsEinnahmeausgabe
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationException
Erwartet ein Array mit Objekten des TypsEinnahmeausgabe
- Specified by:
handleAction
in interfacede.willuhn.jameica.gui.Action
- Throws:
de.willuhn.util.ApplicationException
- See Also:
Action.handleAction(java.lang.Object)
-
-