Package org.eclipse.swt.ole.win32
Interface OleListener
-
public interface OleListenerImplementers ofOleListenerprovide a simplehandleEvent()method that is used internally by SWT to dispatch events.After creating an instance of a class that implements this interface it can be added to an
OleControlSiteusing theaddEventListener()method and removed using theremoveEventListener()method. When the specified event occurs,handleEvent()will be sent to the instance.- See Also:
OleControlSite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(OleEvent event)Sent when an event that the receiver has registered for occurs.
-
-
-
Method Detail
-
handleEvent
void handleEvent(OleEvent event)
Sent when an event that the receiver has registered for occurs.- Parameters:
event- the event which occurred
-
-