Methods in
org.eclipse.swt.ole.win32 with parameters of type
OleListener
|
void
|
OleControlSite.
addEventListener
(int eventID,
OleListener listener)
Adds the listener to receive events. |
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.
addPropertyListener
(int propertyID,
OleListener listener)
Adds the listener to receive events. |
void
|
OleControlSite.
removeEventListener
(int eventID,
OleListener listener)
Removes the listener. |
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. |
void
|
OleControlSite.
removePropertyListener
(int propertyID,
OleListener listener)
Removes the listener. |