package org.apache.oro.text; public interface MatchAction { void processMatch(MatchActionInfo matchActionInfo); }