1 | sclass DMSynchroList<A> extends NotifyingList<A> {
|
2 | DynModule module; |
3 | |
4 | *() {}
|
5 | *(DynModule module) { super(new L); this.module = module; }
|
6 | |
7 | void change() {
|
8 | if (module != null) module.change(); |
9 | } |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027449 |
| Snippet name: | DMSynchroList |
| Eternal ID of this version: | #1027449/3 |
| Text MD5: | ebb9833733522840a0dd52c992d0d51d |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-20 18:12:54 |
| Source code size: | 221 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 465 / 739 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |