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
ConstructorsConstructorDescriptionProgressStatusEventProgress(String sourceId) ProgressStatusEventProgress(String progressStatusId, int steps, String message, boolean spinner) -
Method Summary
Modifier and TypeMethodDescriptionapply(ProgressStatus ps) booleanintgetSteps()inthashCode()booleanvoidsetMessage(String message) voidsetSpinner(boolean spinner) voidsetSteps(int steps) Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.api.admin.progress.ProgressStatusMessage
getSourceId
-
Constructor Details
-
ProgressStatusEventProgress
-
ProgressStatusEventProgress
-
-
Method Details
-
setSteps
public void setSteps(int steps) -
setMessage
-
setSpinner
public void setSpinner(boolean spinner) -
getSteps
public int getSteps() -
getMessage
- Specified by:
getMessagein interfaceProgressStatusMessage
-
isSpinner
public boolean isSpinner() -
apply
- Specified by:
applyin classProgressStatusEvent
-
hashCode
public int hashCode() -
equals
-