Package org.htmlunit.corejs.javascript
Class NativeProxy.Revoker
- java.lang.Object
-
- org.htmlunit.corejs.javascript.NativeProxy.Revoker
-
- All Implemented Interfaces:
Callable
- Enclosing class:
- NativeProxy
private static final class NativeProxy.Revoker extends java.lang.Object implements Callable
-
-
Field Summary
Fields Modifier and Type Field Description private NativeProxy
revocableProxy
-
Constructor Summary
Constructors Constructor Description Revoker(NativeProxy proxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
Perform the call.
-
-
-
Field Detail
-
revocableProxy
private NativeProxy revocableProxy
-
-
Constructor Detail
-
Revoker
public Revoker(NativeProxy proxy)
-
-
Method Detail
-
call
public java.lang.Object call(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
Description copied from interface:Callable
Perform the call.
-
-