Uses of Record Class
it.uniupo.simnova.service.NotifierService.NotificationPayload
Packages that use NotifierService.NotificationPayload
- 
Uses of NotifierService.NotificationPayload in it.uniupo.simnova.serviceMethods in it.uniupo.simnova.service with parameters of type NotifierService.NotificationPayloadModifier and TypeMethodDescriptionvoidNotifierService.notify(com.vaadin.flow.component.UI ui, NotifierService.NotificationPayload payload) Notifica un evento a tutti i listener registrati per la UI specificata.Method parameters in it.uniupo.simnova.service with type arguments of type NotifierService.NotificationPayloadModifier and TypeMethodDescriptionvoidNotifierService.register(com.vaadin.flow.component.UI ui, Consumer<NotifierService.NotificationPayload> listener) Registra un listener per le notifiche su una specifica UI.