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

11
LINES

< > BotCompany Repo | #1019695 // dm_onTopInputChange

JavaX fragment (include)

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

Author comment

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: 286 / 306
Version history: 1 change(s)
Referenced in: [show references]