public interface IJavetInterceptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
register(IV8ValueObject... iV8ValueObjects)
Register the interceptor to the given V8 value object.
|
boolean |
unregister(IV8ValueObject... iV8ValueObjects)
Unregister the interceptor from the given V8 value object.
|
boolean register(IV8ValueObject... iV8ValueObjects) throws JavetException
iV8ValueObjects - the V8 value objectsJavetException - the javet exceptionboolean unregister(IV8ValueObject... iV8ValueObjects) throws JavetException
iV8ValueObjects - the V8 value objectsJavetException - the javet exception