eteg.sinon.listener
Interface PromptListener
public interface PromptListener
Interface implemented by classes that handle collectors that need
some interaction with the user in order to obtain necessary information.
Implementations of this interface must have a public, static method
named getInstance
that returns an instance of the class.
CollectorExecutor
does not have PromptListener
support
yet.
- Version:
- $Revision: 1.2 $
- Author:
- Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $
onPrompt
java.util.Properties onPrompt(Prompt prompt,
CollectorExecutor executor,
Catalog catalog,
Page page)
- Handles an interaction with an user. The results must be returned as
a
Properties
containing name=value
values
that will be put in the collector context.
- Parameters:
prompt
- a Prompt
instance containing info
about the interaction request.executor
- the CollectorExecutor
being executed.catalog
- the Catalog
being executed.page
- the Page
being executed.
- Returns:
- a
Properties
instance.
Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.