We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to extract an IMouseListener (as requested in #475):
IMouseListener
MouseListener
TYPES
MouseTool
TYPES.IMouseListener
TYPES.MouseListener
I personally would probably chose the "replace TYPES.MouseListener" option on the next major release, as this is imho the cleanest one
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to extract an
IMouseListener
(as requested in #475):IMouseListener
with all the relevant methods fromMouseListener
IMouseListener
entry onTYPES
(or reuse or replace the existingMouseListener
one)MouseTool
TYPES.IMouseListener
or update the existingTYPES.MouseListener
(depending on the chosen option from 2.)MouseListener
byIMouseListener
basically everywhere in this classI personally would probably chose the "replace
TYPES.MouseListener
" option on the next major release, as this is imho the cleanest oneThe text was updated successfully, but these errors were encountered: