Class KontoFetchUmsaetze

java.lang.Object
de.willuhn.jameica.hbci.gui.action.KontoFetchUmsaetze
All Implemented Interfaces:
de.willuhn.jameica.gui.Action

public class KontoFetchUmsaetze extends Object implements de.willuhn.jameica.gui.Action
Action, die die Umsaetze eines Kontos aktualisiert. Er erwartet ein Objekt vom Typ Konto als Context.
  • Constructor Details

    • KontoFetchUmsaetze

      public KontoFetchUmsaetze()
  • Method Details

    • handleAction

      public void handleAction(Object context) throws de.willuhn.util.ApplicationException
      Erwartet ein Objekt vom Typ Konto als Context.
      Specified by:
      handleAction in interface de.willuhn.jameica.gui.Action
      Throws:
      de.willuhn.util.ApplicationException
      See Also:
      • Action.handleAction(java.lang.Object)