ScreenLink Handler

Hi,

I tried to create a handler for analyzing the screenlinks.
I went to this documentation 3.10.15. Screen Links,
but for it is not enough information to get it running.
Is there any example including the code for the bean to be created and how to get the handle() method working?
In my project everything looks fine,
but the bean is not used in any way.

Regards
Roland

got it, I forgot to implement Ordered and set getOrder() …
now it works