Package org.biojava.utils.automata
Interface PatternListener
-
public interface PatternListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyHit(java.lang.String patternID, int start, int end, boolean greedy)
-
-
-
Method Detail
-
notifyHit
void notifyHit(java.lang.String patternID, int start, int end, boolean greedy)
-
-