Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design listeners management mechanism/approach. #35

Open
SerhiiYahdzhyiev opened this issue Sep 18, 2024 · 0 comments
Open

Design listeners management mechanism/approach. #35

SerhiiYahdzhyiev opened this issue Sep 18, 2024 · 0 comments
Labels

Comments

@SerhiiYahdzhyiev
Copy link
Owner

The main focus should be kept on:

  • Providing convenient ways for the end users for adding and removing user defined listeners
  • Avoiding potential conflicts between predefined and user defined listeners.
  • Providing a way of "decorating" internal listeners.

Important to consider:

  • Number of predefined listeners should stay rational and manageable.
  • User defined listeners should not have direct access to modify and internal data structures of the library.
  • All user interactions with listeners management mechanisms should be provided via TabsManager instance methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant