Class AuslandsUeberweisungDelete
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.DBObjectDelete
-
- de.willuhn.jameica.hbci.gui.action.AuslandsUeberweisungDelete
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class AuslandsUeberweisungDelete extends DBObjectDelete
Ueberschrieben, um zu schecken, ob Termin-Ueberweisungen dabei sind, die bereits an die Bank gesendet wurden.
-
-
Constructor Summary
Constructors Constructor Description AuslandsUeberweisungDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAction(java.lang.Object context)
Erwartet ein Objekt vom TypDBObject
oderDBObject[]
im Context.
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationException
Description copied from class:DBObjectDelete
Erwartet ein Objekt vom TypDBObject
oderDBObject[]
im Context.- Specified by:
handleAction
in interfacede.willuhn.jameica.gui.Action
- Overrides:
handleAction
in classDBObjectDelete
- Throws:
de.willuhn.util.ApplicationException
- See Also:
DBObjectDelete.handleAction(java.lang.Object)
-
-