-
- All Known Implementing Classes:
BlockPostmatchHandle,MaxLinesPostmatchHandle
public interface IPostmatchHandleThis is the interface to be used by post-match handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidjustMatched()This is for the post match handle to perform actions when a match was just found (by a match handle).Stringprocess(String s)This is for the post match handle to perform actions on the string
-