public class DisplayInvocationHandler<T> extends Object implements InvocationHandler
Constructor and Description |
---|
DisplayInvocationHandler(org.eclipse.swt.widgets.Display display,
T delegate,
LogChannelInterface log,
boolean asyncForVoid) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
forObject(Class<T> iface,
T delegate,
org.eclipse.swt.widgets.Display display,
LogChannelInterface log,
boolean asyncForVoid) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public DisplayInvocationHandler(org.eclipse.swt.widgets.Display display, T delegate, LogChannelInterface log, boolean asyncForVoid)
public static <T> T forObject(Class<T> iface, T delegate, org.eclipse.swt.widgets.Display display, LogChannelInterface log, boolean asyncForVoid)
Copyright © 2019 Hitachi Vantara. All rights reserved.