You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
The library currently only works by extending a base class. The idea behind the library was that you will only ever have to extend one class and all behaviours you need can be composed using it.
I'm also a bit confused about the suggested approaches you mention. We are using a dispatcher/listener approach.
Unlike proper AOP, this library doesn't use the equivalent of java agents bytecode weaving to do its work. It uses reflection at class creation time to create a list of listeners to dispatch events to.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there anyway to use the library without extending base classes?
Also, out of curiosity, why didn't you use the dispatcher/listener approach over the code-injunction approach commonly used with AOP?
Thanks.
The text was updated successfully, but these errors were encountered: