Documentation For Encog 2.x

ListExtractListener.FoundData Method

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

public void FoundData(
   object obj
);

Parameters

obj
The word found.

Implements

IExtractListener.FoundData

See Also

ListExtractListener Class | Encog.Bot.Browse.Extract Namespace