Class AuslandsUeberweisungExecute
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.AuslandsUeberweisungExecute
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class AuslandsUeberweisungExecute extends java.lang.Object implements de.willuhn.jameica.gui.Action
Action, die zur Ausfuehrung einer Auslandsueberweisung verwendet werden kann. Er erwartet ein Objekt vom TypAuslandsUeberweisung
als Context.
-
-
Constructor Summary
Constructors Constructor Description AuslandsUeberweisungExecute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAction(java.lang.Object context)
Erwartet ein Objekt vom TypAuslandsUeberweisung
als Context.
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationException
Erwartet ein Objekt vom TypAuslandsUeberweisung
als Context.- Specified by:
handleAction
in interfacede.willuhn.jameica.gui.Action
- Throws:
de.willuhn.util.ApplicationException
- See Also:
Action.handleAction(java.lang.Object)
-
-