public class DisplayInvocationHandler<T> extends Object implements InvocationHandler
Constructor and Description |
---|
DisplayInvocationHandler(org.eclipse.swt.widgets.Display display,
T delegate,
org.pentaho.di.core.logging.LogChannelInterface log,
boolean asyncForVoid) |
public DisplayInvocationHandler(org.eclipse.swt.widgets.Display display, T delegate, org.pentaho.di.core.logging.LogChannelInterface log, boolean asyncForVoid)
public static <T> T forObject(Class<T> iface, T delegate, org.eclipse.swt.widgets.Display display, org.pentaho.di.core.logging.LogChannelInterface log, boolean asyncForVoid)