Class QrScannerAction

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Action

    public class QrScannerAction
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Action
    View und Kontrolleur zum Scannen und weiter bearbeiten eines QR-Codes.
    Author:
    Frank Münster
    • Constructor Summary

      Constructors 
      Constructor Description
      QrScannerAction()
      Standardkonstruktor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)
      Öffnet einen QrScannerDialog und gibt das Ergebnis an einen passenden QR-Code Handler weiter, falls möglich.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QrScannerAction

        public QrScannerAction()
        Standardkonstruktor
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Öffnet einen QrScannerDialog und gibt das Ergebnis an einen passenden QR-Code Handler weiter, falls möglich.
        Specified by:
        handleAction in interface de.willuhn.jameica.gui.Action
        Throws:
        de.willuhn.util.ApplicationException