Class WizardHandlerResponse
- java.lang.Object
-
- net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WizardResponseAbort,WizardResponseCancel,WizardResponseChangeStep,WizardResponseContinue,WizardResponseFinish
public abstract class WizardHandlerResponse extends Object implements Serializable
WizardHandlerResponse to be used in steps and wizard handlers.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardHandlerResponse()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract InternalResponseCodegetResponseCode()Returns the response code of the response.StringtoString()
-
-
-
Method Detail
-
getResponseCode
public abstract InternalResponseCode getResponseCode()
Returns the response code of the response. Classes react on the response accordingly to the response code.- Returns:
InternalResponseCode
-
-