uk.co.caprica.vlcj.log.matcher
Interface MatcherCallback


public interface MatcherCallback

Specification for a component to be notified when text matching a pattern is detected in the log.


Method Summary
 void matched(java.util.regex.Matcher matcher)
          Call-back method invoked when a match is found in the log.
 

Method Detail

matched

void matched(java.util.regex.Matcher matcher)
Call-back method invoked when a match is found in the log.

Parameters:
matcher - matcher, from which groups may be extracted

(C)2010 Caprica Software Limited