1 | svoid dm_onTopInputChange(final VF1<S> r) {
|
2 | final DynModule m = dm_current_mandatory(); |
3 | dm_ownResource(vmBus_onMessage('topInputChanged, voidfunc(fS s) {
|
4 | m.enter(); |
5 | callF(r, s) |
6 | })); |
7 | } |
8 | |
9 | svoid dm_onTopInputChange(Runnable r) {
|
10 | dm_onTopInputChange(runnableToVF1(r)); |
11 | } |
Began life as a copy of #1019570
download show line numbers debug dex old transpilations
Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019695 |
| Snippet name: | dm_onTopInputChange |
| Eternal ID of this version: | #1019695/2 |
| Text MD5: | df747587140b90fe907ad0091700acb4 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-09 14:14:03 |
| Source code size: | 291 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 617 / 638 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |