|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.bot.browse.extract.ListExtractListener
public class ListExtractListener
A simple implementation of the ExtractListener interface that will listen for words and add them to a list. This allows you to quickly build a list of all of the words on a web page.
| Constructor Summary | |
|---|---|
ListExtractListener()
|
|
| Method Summary | |
|---|---|
void |
foundData(java.lang.Object object)
Called when a word is found, add it to the list. |
java.util.List<java.lang.Object> |
getList()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListExtractListener()
| Method Detail |
|---|
public void foundData(java.lang.Object object)
foundData in interface ExtractListenerobject - The word found.public java.util.List<java.lang.Object> getList()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||