Package overit.geocall.ui
Interface Wizard
- All Superinterfaces:
Interlocutor
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanClose()booleancanReset()booleanbooleancloseWizard(boolean finished, boolean endSession) intgetStep(int i) intvoidvoidsetCurrentStep(int i) voidsetWM(WindowManager wm) Methods inherited from interface overit.geocall.ui.Interlocutor
getFlag, getInterlocutorAddressId, getInterlocutorAttributes, getInterlocutorContactId, getInterlocutorCustomerId, setInterlocutorAttributes
-
Method Details
-
getStepNumber
int getStepNumber() -
getCurrentStep
int getCurrentStep() -
getStep
-
setCurrentStep
void setCurrentStep(int i) -
setWM
-
closeWizard
boolean closeWizard(boolean finished, boolean endSession) -
resetWizard
void resetWizard() -
canRestart
boolean canRestart() -
canClose
boolean canClose() -
canReset
boolean canReset()
-