Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.components.JobProgressMessage
-
Packages that use JobProgressMessage Package Description org.neotropic.kuwaiba.modules.commercial.sync.components org.neotropic.kuwaiba.modules.commercial.sync.notification -
-
Uses of JobProgressMessage in org.neotropic.kuwaiba.modules.commercial.sync.components
Methods in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type JobProgressMessage Modifier and Type Method Description void
ProgressViewDialog. updateValues(JobProgressMessage progress, List<SyncResult> syncResults)
Update the values and UI components of the dialog based on the progress and sync results. -
Uses of JobProgressMessage in org.neotropic.kuwaiba.modules.commercial.sync.notification
Methods in org.neotropic.kuwaiba.modules.commercial.sync.notification with parameters of type JobProgressMessage Modifier and Type Method Description void
ProgressBroadcaster. broadcast(JobProgressMessage progress, List<SyncResult> syncResults)
Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.notification with type arguments of type JobProgressMessage Modifier and Type Method Description com.vaadin.flow.shared.Registration
ProgressBroadcaster. registerSyncResults(BiConsumer<JobProgressMessage,List<SyncResult>> listener)
-