de.tobiasbudde.regedit.reg
Interface RegularListener

All Known Implementing Classes:
RegExpHighlighter, RegExpReplacer, RegularListenerList, ReplaceProgressBar, SearchProgressBar

public interface RegularListener


Method Summary
 void operateMatch(Match match)
          called for every match (matching string)
 

Method Detail

operateMatch

void operateMatch(Match match)
                  throws java.lang.Exception
called for every match (matching string)

Parameters:
start -
end -
match -
Throws:
java.lang.Exception


Copyright © 2008 tobiasbudde.de. All Rights Reserved.