feat: split LogoutListener from AttributeListener#684
Conversation
Introduce KitIntegration.LogoutListener for logout handling; AttributeListener no longer extends it. KitManagerImpl calls logout() on LogoutListener only. Embedded kits that implement AttributeListener now explicitly implement LogoutListener; AttributeListenerTestKit updated accordingly.
PR SummaryMedium Risk Overview Updates Written by Cursor Bugbot for commit ed12758. This will update automatically on new commits. Configure here. |
|


Summary
KitIntegration.LogoutListeneras a separate contract from the deprecatedAttributeListener.KitManagerImpl.logout()invokeslogout()only on kits that implementLogoutListener.AttributeListenernow explicitly implementLogoutListeneras well.AttributeListenerTestKitimplements both interfaces for instrumented tests.Replaces PR #683 (branch renamed to
feature/split-logout-listener).