Skip to content

Commit

Permalink
Add support for listeners
Browse files Browse the repository at this point in the history
The patch adds enter and exit rule listener calls before and after
every rule derivation. The user can implement custom listener
solutions either by inheriting from the DefaultListener or from the
DistpatchingListener classes. Taking the first option, only the default
enter and exit actions can be defined, while with the second option
every rule can have its own enter and exit actions.
  • Loading branch information
renatahodovan committed Mar 6, 2020
1 parent ecc7d72 commit 3f7abef
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 9 deletions.
Loading

0 comments on commit 3f7abef

Please sign in to comment.