|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PromptValuesVisitorInterface
A visitor interface (see visitor pattern) for PromptValues delegates. Implementations of this interface can be called from the acceptPromptValuesVisitor method of the PromptValueInterface for each delegate attached to the PromptValuesInterface or its delegates.
PromptValuesInterface
,
PromptValues
Method Summary | |
---|---|
void |
accept(PromptValuesInterface promptValues)
Called for the root PromptValuesInterface and each delegate of the PromptValuesInterface. |
boolean |
shouldContinue()
Returns whether the acceptPromptValuesVisitor method should continue calling the visitor for additional delegates. |
Method Detail |
---|
void accept(PromptValuesInterface promptValues)
promptValues
- The current delegate being processed or the root PromptValuesInterface
that acceptPromptValuesVisitor was called onboolean shouldContinue()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |