public class CommandInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
CommandInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object unused,
Method method,
Object[] args) |
static boolean |
isEventSubscription(Method method)
Checks if given method has signature of event subscription.
|
void |
setChromeDevToolsService(ChromeDevToolsService chromeDevToolsService)
Sets dev tools service.
|
public void setChromeDevToolsService(ChromeDevToolsService chromeDevToolsService)
chromeDevToolsService - Chrome dev tools service.public Object invoke(Object unused, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static boolean isEventSubscription(Method method)
method - Method to check.Copyright © 2020. All rights reserved.