|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchingHitListener
Project: sstringsearch
File: SearchingHitListener.java
Class: SearchingHitListener
Created: 13. okt.. 2006
Description:
Classes implementing this interface can be notified when StringSearch finds a hit. Implementations of this class should be fully serializable if one wants to serialize the finite state automata graph.
Method Summary | |
---|---|
boolean |
foundAt(long startIndex,
long endIndex,
String string,
Object... callbackArguments)
Called by StringSearch upon a hit. |
Method Detail |
---|
boolean foundAt(long startIndex, long endIndex, String string, Object... callbackArguments)
startIndex
- The startindex of the hit.endIndex
- The endindex of the hitstring
- The string that was found.callbackArguments
- Callback arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |