Class ProgressStatusEventSet

java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventSet

public class ProgressStatusEventSet extends ProgressStatusEvent
Change some value in ProgressStatus using set method.
Author:
martinmares
  • Constructor Details

    • ProgressStatusEventSet

      public ProgressStatusEventSet(String id, Integer totalStepCount, Integer currentStepCount)
    • ProgressStatusEventSet

      public ProgressStatusEventSet(String progressStatusId)
  • Method Details