|
 |
|
|
Uses of Class org.eclipse.swt.ole.win32.OleAutomation
Methods in
org.eclipse.swt.ole.win32 with parameters of type
OleAutomation
|
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,
org.eclipse.swt.internal.ole.win32.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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|