C# Класс Encog.Bot.Browse.Extract.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.
Наследование: IExtractListener
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FoundData ( Object obj ) : void

Called when a word is found, add it to the list.

Описание методов

FoundData() публичный Метод

Called when a word is found, add it to the list.
public FoundData ( Object obj ) : void
obj Object The word found.
Результат void