Class NachrichtCopy

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

public class NachrichtCopy extends Object implements de.willuhn.jameica.gui.Action
Kopiert den Text einer Nachricht in die Zwischenablage.
  • Constructor Details

    • NachrichtCopy

      public NachrichtCopy()
  • Method Details

    • handleAction

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