LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#383 - [LMS] addEventListener issue

Attached to Project: LMS
Opened by Guillaume (Guillaume) - Friday, 11 May 2012, 14:18 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 29 May 2012, 08:44 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Critical
Priority Flash
Reported Version alpha4
Due in Version alpha5
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Implements the same logic to call js function in Java as it has been done is javascript:

Implement the following methods :

- JavascriptFunction.call(Object scope, Object... param);
- JavascriptFunction.call(Object scope);
- JavascriptFunction.call();
- JavascriptFunction.apply(Object scope, Object[] params);
- JavascriptFunction.apply(Object scope);
- JavascriptFunction.apply();

Moreover it would be better to not include automatically the scope in the JavascriptFunction and let the developer put it when he calls the function.


This task depends upon

Closed by  Ferdinand (PaGaisu)
Tuesday, 29 May 2012, 08:44 GMT
Reason for closing:  Fixed
Comment by Guillaume (Guillaume) - Saturday, 12 May 2012, 14:40 GMT
I need this ASAP, as i cannot compile anymore !!

Loading...