Klasse PaymentEventListener_1

java.lang.Object
de.bytestore.hostinger.listener.PaymentEventListener_1

@Transactional @Component("host_PaymentEventListener_1") public class PaymentEventListener_1 extends Object
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected final io.jmix.core.DataManager
     
    protected final org.springframework.beans.factory.ObjectProvider<io.jmix.flowui.view.MessageBundle>
     
    protected final io.jmix.core.Messages
     
    protected final io.jmix.notifications.NotificationManager
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    PaymentEventListener_1(org.springframework.beans.factory.ObjectProvider<io.jmix.flowui.view.MessageBundle> messageBundleProvider, io.jmix.core.Messages messages, io.jmix.core.DataManager dataManager, io.jmix.notifications.NotificationManager notificationManager)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onPaymentChangedAfterCommit(io.jmix.core.event.EntityChangedEvent<Payment> event)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • messageBundleProvider

      protected final org.springframework.beans.factory.ObjectProvider<io.jmix.flowui.view.MessageBundle> messageBundleProvider
    • messages

      protected final io.jmix.core.Messages messages
    • dataManager

      protected final io.jmix.core.DataManager dataManager
    • notificationManager

      protected final io.jmix.notifications.NotificationManager notificationManager
  • Konstruktordetails

    • PaymentEventListener_1

      public PaymentEventListener_1(org.springframework.beans.factory.ObjectProvider<io.jmix.flowui.view.MessageBundle> messageBundleProvider, io.jmix.core.Messages messages, io.jmix.core.DataManager dataManager, io.jmix.notifications.NotificationManager notificationManager)
  • Methodendetails

    • onPaymentChangedAfterCommit

      @TransactionalEventListener public void onPaymentChangedAfterCommit(io.jmix.core.event.EntityChangedEvent<Payment> event)