svoid dm_onTopInputChange(final VF1<S> r) { final DynModule m = dm_current_mandatory(); dm_ownResource(vmBus_onMessage('topInputChanged, voidfunc(fS s) { m.enter(); callF(r, s) })); } svoid dm_onTopInputChange(Runnable r) { dm_onTopInputChange(runnableToVF1(r)); }
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: | 372 / 387 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1019797 - dm_onTopInputChangeAndNow #1019799 - dm_onTopInputChange_q - execute in module's queue |