Class ProgressStatusEventSet

java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventSet
All Implemented Interfaces:
Serializable, ProgressEvent

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

    • ProgressStatusEventSet

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

      public ProgressStatusEventSet(String progressStatusId)
  • Method Details