static <A extends JComponent> A bindChangeListenerToComponent(A component, IHasChangeListeners hcl, Runnable listener) { ret bindHasChangeListenersToComponent(component, hcl, listener); } static <A extends JComponent> A bindChangeListenerToComponent(IHasChangeListeners hcl, A component, Runnable listener) { ret bindChangeListenerToComponent(component, hcl, listener); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034775 |
Snippet name: | bindChangeListenerToComponent - synonym of bindHasChangeListenersToComponent |
Eternal ID of this version: | #1034775/2 |
Text MD5: | c8a0f4a62ed4a0152da57d587e5aed85 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-23 01:26:07 |
Source code size: | 382 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 209 / 239 |
Version history: | 1 change(s) |
Referenced in: | [show references] |