Uses of Interface
org.eclipse.swt.ole.win32.OleListener
-
Packages that use OleListener Package Description org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes. -
-
Uses of OleListener in org.eclipse.swt.ole.win32
Methods in org.eclipse.swt.ole.win32 with parameters of type OleListener Modifier and Type Method Description voidOleControlSite. addEventListener(int eventID, OleListener listener)Adds the listener to receive events.voidOleControlSite. addEventListener(OleAutomation automation, int eventID, OleListener listener)Adds the listener to receive events.voidOleControlSite. addEventListener(OleAutomation automation, String eventSinkId, int eventID, OleListener listener)Adds the listener to receive events.voidOleControlSite. addPropertyListener(int propertyID, OleListener listener)Adds the listener to receive events.voidOleControlSite. removeEventListener(int eventID, OleListener listener)Removes the listener.voidOleControlSite. removeEventListener(OleAutomation automation, int eventID, OleListener listener)Removes the listener.voidOleControlSite. removeEventListener(OleAutomation automation, org.eclipse.swt.internal.ole.win32.GUID guid, int eventID, OleListener listener)Deprecated.- use OleControlSite.removeEventListener(OleAutomation, int, OleListener)voidOleControlSite. removePropertyListener(int propertyID, OleListener listener)Removes the listener.
-