All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snapscript.studio.agent.event.ProgressEventMarshaller Maven / Gradle / Ivy

There is a newer version: 1.4.6
Show newest version
package org.snapscript.studio.agent.event;

import static org.snapscript.studio.agent.event.ProcessEventType.PROGRESS;

public class ProgressEventMarshaller extends PongEventMarshaller {
   
   public ProgressEventMarshaller() {
      super(PROGRESS.code);
   }
   
   @Override
   protected ProgressEvent.Builder getBuilder(String process) {
      return new ProgressEvent.Builder(process);
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy