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

Make sure unused presenters can GC #19

Merged
merged 7 commits into from
May 4, 2019
Merged

Conversation

jtulach
Copy link
Contributor

@jtulach jtulach commented May 4, 2019

Especially when embedding HTML/Java in NetBeans based application, it is essential to make sure that unused presenters (like dialogs) can be GCed.

This PR introduces Fn.Ref class that is designed to hold a weak reference to a presenter. Each present can implement it using own way.

@asfgit asfgit merged commit a74337e into apache:master May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants