Class WizardResponseChangeStep
- java.lang.Object
-
- net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
-
- net.anotheria.anosite.wizard.handler.response.WizardResponseChangeStep
-
- All Implemented Interfaces:
Serializable
public class WizardResponseChangeStep extends WizardHandlerResponse
WizardResponseChangeStep - response which means that step should be changed.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static WizardResponseChangeStepINSTANCEWizardResponseChangeStep INSTANCE.
-
Constructor Summary
Constructors Constructor Description WizardResponseChangeStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalResponseCodegetResponseCode()Returns the response code of the response.-
Methods inherited from class net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
toString
-
-
-
-
Field Detail
-
INSTANCE
public static final WizardResponseChangeStep INSTANCE
WizardResponseChangeStep INSTANCE.
-
-
Method Detail
-
getResponseCode
public InternalResponseCode getResponseCode()
Description copied from class:WizardHandlerResponseReturns the response code of the response. Classes react on the response accordingly to the response code.- Specified by:
getResponseCodein classWizardHandlerResponse- Returns:
InternalResponseCode
-
-