A MatcherEditor event models a change in the {@link MatcherEditor} thatcreates a new {@link Matcher}.
The event gives access to:
the {@link MatcherEditor} which was the source of the change
the new {@link Matcher} which was produced from the MatcherEditor
a type value which indicates whether the new Matcher may be considered a relaxing, constraining, or changing of the prior Matcher produced from the MatcherEditor. Special types also exist for the edge cases where the new Matcher is guaranteed to match everything or nothing
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.