Class ReplayEventSubmissionListener

  • All Implemented Interfaces:
    com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button>>, java.io.Serializable, java.util.EventListener

    public class ReplayEventSubmissionListener
    extends IkasanEventActionListener
    implements com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button>>
    See Also:
    Serialized Form
    • Constructor Detail

      • ReplayEventSubmissionListener

        public ReplayEventSubmissionListener​(org.ikasan.spec.module.client.ReplayService replayRestService,
                                             org.ikasan.spec.persistence.BatchInsert replayAuditService,
                                             org.ikasan.spec.metadata.ModuleMetaDataService moduleMetadataService,
                                             SolrSearchFilteringGrid searchResultsGrid,
                                             java.util.HashMap<java.lang.String,​com.vaadin.flow.component.checkbox.Checkbox> selectionBoxes,
                                             java.util.HashMap<java.lang.String,​org.ikasan.solr.model.IkasanSolrDocument> selectionItems)
    • Method Detail

      • onComponentEvent

        public void onComponentEvent​(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> buttonClickEvent)
        Specified by:
        onComponentEvent in interface com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button>>