Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1036182 // ListWithChangeListeners

JavaX fragment (include) [tags: use-pretranspiled]

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); }
}

Author comment

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: 64 / 108
Version history: 2 change(s)
Referenced in: [show references]