public class TrouserHandler extends Object implements InputHandler<Trouser>
| Constructor and Description |
|---|
TrouserHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleSubmittedData(Trouser trouser) |
boolean |
isActive() |
boolean |
needsData() |
boolean |
prerequisitesMet() |
void |
retrieveCurrentStatus(Trouser trouser) |
void |
setContextAdultInfo(ContextAdultInfo cai) |
void |
setContextTrouser(ContextTrouser ct) |
public void handleSubmittedData(Trouser trouser)
handleSubmittedData in interface InputHandler<Trouser>public void retrieveCurrentStatus(Trouser trouser)
retrieveCurrentStatus in interface InputHandler<Trouser>public boolean needsData()
needsData in interface InputHandler<Trouser>public boolean prerequisitesMet()
prerequisitesMet in interface InputHandler<Trouser>public boolean isActive()
isActive in interface InputHandler<Trouser>@Autowired public void setContextTrouser(ContextTrouser ct)
@Autowired public void setContextAdultInfo(ContextAdultInfo cai)
Copyright © 2018 United Internet. All rights reserved.