Package org.glassfish.api.admin.progress
Class ProgressStatusEventComplete
java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventComplete
- All Implemented Interfaces:
ProgressStatusMessage
public class ProgressStatusEventComplete
extends ProgressStatusEvent
implements ProgressStatusMessage
Progress method was called.
- Author:
- martinmares
-
Constructor Summary
ConstructorsConstructorDescriptionProgressStatusEventComplete(String sourceId) ProgressStatusEventComplete(String progressStatusId, String message) -
Method Summary
Modifier and TypeMethodDescriptionapply(ProgressStatus ps) booleaninthashCode()voidsetMessage(String message) 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
-
ProgressStatusEventComplete
-
ProgressStatusEventComplete
-
-
Method Details
-
setMessage
-
getMessage
- Specified by:
getMessagein interfaceProgressStatusMessage
-
apply
- Specified by:
applyin classProgressStatusEvent
-
hashCode
public int hashCode() -
equals
-