Package org.glassfish.api.admin.progress
Class ProgressStatusEventProgress
- java.lang.Object
-
- org.glassfish.api.admin.progress.ProgressStatusEvent
-
- org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- All Implemented Interfaces:
ProgressStatusMessage
public class ProgressStatusEventProgress extends ProgressStatusEvent implements ProgressStatusMessage
Progress method was called.- Author:
- martinmares
-
-
Constructor Summary
Constructors Constructor Description ProgressStatusEventProgress(String sourceId)ProgressStatusEventProgress(String progressStatusId, int steps, String message, boolean spinner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgressStatusapply(ProgressStatus ps)booleanequals(Object obj)StringgetMessage()intgetSteps()inthashCode()booleanisSpinner()voidsetMessage(String message)voidsetSpinner(boolean spinner)voidsetSteps(int steps)-
Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.api.admin.progress.ProgressStatusMessage
getSourceId
-
-
-
-
Method Detail
-
setSteps
public void setSteps(int steps)
-
setMessage
public void setMessage(String message)
-
setSpinner
public void setSpinner(boolean spinner)
-
getSteps
public int getSteps()
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceProgressStatusMessage
-
isSpinner
public boolean isSpinner()
-
apply
public ProgressStatus apply(ProgressStatus ps)
- Specified by:
applyin classProgressStatusEvent
-
-