spring-projects / spring-rewrite-commons

Apache License 2.0
6 stars 10 forks source link

Regiter ParsingListener with RewriteProjectParser #49

Open fabapp2 opened 8 months ago

fabapp2 commented 8 months ago
RewriteProjectParser parser = ...
ParsingEventListener listener = ...
parser.registerParsingListener(listener);

as an alternative to providing a custom ExecutionContext with listeners.