|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Catalog | |
---|---|
eteg.sinon.core | |
eteg.sinon.executor | |
eteg.sinon.listener |
Uses of Catalog in eteg.sinon.core |
---|
Methods in eteg.sinon.core that return Catalog | |
---|---|
Catalog |
Collector.getCatalog(java.lang.String id)
Returns the Catalog whose identifier is id . |
Catalog[] |
Collector.getCatalogs()
Returns the value of the catalogs property. |
Methods in eteg.sinon.core with parameters of type Catalog | |
---|---|
void |
Collector.addCatalog(Catalog catalog)
Adds a Catalog to this collector. |
void |
Collector.removeCatalog(Catalog catalog)
Removes a Catalog to this collector. |
Uses of Catalog in eteg.sinon.executor |
---|
Methods in eteg.sinon.executor that return Catalog | |
---|---|
Catalog |
CollectorExecutor.getCurrentCatalog()
Returns the Catalog being executed. |
Methods in eteg.sinon.executor with parameters of type Catalog | |
---|---|
void |
CollectorExecutor.execute(Catalog[] catalogs)
Executes a list of catalogs of the coletor. |
Uses of Catalog in eteg.sinon.listener |
---|
Methods in eteg.sinon.listener with parameters of type Catalog | |
---|---|
java.util.Properties |
PromptListener.onPrompt(Prompt prompt,
CollectorExecutor executor,
Catalog catalog,
Page page)
Handles an interaction with an user. |
void |
CatalogStateListener.onStateChange(Catalog catalog,
CatalogState state,
CollectorExecutor executor)
Invoked when the state of a listened catalog changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |