Libraryless. Click here for Pure Java version (9817L/55K).
sclass ListWithChangeListeners<A> extends NotifyingList<A> is IHasChangeListeners { event fireChange; void change() { fireChange(); } *() { super(new L); } }
Began life as a copy of #1015835
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036182 |
Snippet name: | ListWithChangeListeners |
Eternal ID of this version: | #1036182/3 |
Text MD5: | 91f2bd841e226ebcd4ab3edea6a04243 |
Transpilation MD5: | 942a1c199d346d83b0352710423103f9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-10-07 18:16:18 |
Source code size: | 171 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 135 / 209 |
Version history: | 2 change(s) |
Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1036241 - SetWithChangeListeners |