Package | Description |
---|---|
org.eclipse.swt.ole.win32 |
Modifier and Type | Method and Description |
---|---|
OleAutomation |
Variant.getAutomation()
Returns the OleAutomation object represented by this Variant.
|
Modifier and Type | Method and Description |
---|---|
void |
OleControlSite.addEventListener(OleAutomation automation,
int eventID,
OleListener listener)
Adds the listener to receive events.
|
void |
OleControlSite.addEventListener(OleAutomation automation,
String eventSinkId,
int eventID,
OleListener listener)
Adds the listener to receive events.
|
void |
OleControlSite.removeEventListener(OleAutomation automation,
GUID guid,
int eventID,
OleListener listener)
Deprecated.
- use OleControlSite.removeEventListener(OleAutomation, int, OleListener)
|
void |
OleControlSite.removeEventListener(OleAutomation automation,
int eventID,
OleListener listener)
Removes the listener.
|
Constructor and Description |
---|
Variant(OleAutomation automation)
Create a Variant object which represents an IDispatch interface as a VT_Dispatch.
|
Copyright © 2017. All Rights Reserved.