Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.swt.ole.win32.OleListener

Packages that use OleListener
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
 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.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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.