Class ProgressBroadcaster
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.commercial.sync.notification.ProgressBroadcaster
-
@Component public class ProgressBroadcaster extends Object
Broadcaster for synchronization dialog- Author:
- Hardy Ryan Chingal Martinez
-
-
Constructor Summary
Constructors Constructor Description ProgressBroadcaster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
broadcast(JobProgressMessage progress, List<SyncResult> syncResults)
com.vaadin.flow.shared.Registration
registerSyncResults(BiConsumer<JobProgressMessage,List<SyncResult>> listener)
-
-
-
Method Detail
-
registerSyncResults
public com.vaadin.flow.shared.Registration registerSyncResults(BiConsumer<JobProgressMessage,List<SyncResult>> listener)
-
broadcast
public void broadcast(JobProgressMessage progress, List<SyncResult> syncResults)
-
-