TagConfigurationRecord RecordListenerAdapter not work

Tags are not my area, but it appears to be intentional that TagConfigurationRecord does not send notification events, so your code will not work as it's written.

You should try registering a TagActorFactory with the gateway's tag configuration manager. Your custom actor indicates which properties it wants to know about, and the tag system automatically invokes your factory when required.