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

15
LINES

< > BotCompany Repo | #1005745 // methodsBot2 - methodsBot on a receiver object

JavaX fragment (include)

1  
static Android3 methodsBot2(S name, final O receiver, final L<S> exposedMethods) {
2  
  ret methodsBot2(name, receiver, exposedMethods, null);
3  
}
4  
5  
static Android3 methodsBot2(S name, final O receiver, final L<S> exposedMethods, final Lock lock) {
6  
  new Android3 android;
7  
  android.greeting = name;
8  
  android.console = false;
9  
  android.responder = new Responder {
10  
    public S answer(S s, L<S> history) {
11  
      ret exposeMethods2(receiver, s, exposedMethods, lock);
12  
    }
13  
  };
14  
  ret makeBot(android);
15  
}

Author comment

Began life as a copy of #1004932

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005745
Snippet name: methodsBot2 - methodsBot on a receiver object
Eternal ID of this version: #1005745/2
Text MD5: b9cb95812970355c8a17a1c53979caa9
Author: stefan
Category: javax / rpc
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-01 15:53:14
Source code size: 511 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 414 / 452
Version history: 1 change(s)
Referenced in: [show references]