com.ibm.btt.rcp.workingarea.core
Interface IActiveXHandler
public interface IActiveXHandler
This is a handler for the activex integration.
The handler must implement com.ibm.btt.rcp.workingarea.core.IActivexHandler
interface and override the method run( OleControlSite site ).
The handler will run after loading the activex control.
Method Summary |
void |
handle(org.eclipse.swt.ole.win32.OleControlSite site)
Handle logics which run after loading the activex control. |
handle
void handle(org.eclipse.swt.ole.win32.OleControlSite site)
- Handle logics which run after loading the activex control.
- Parameters:
site
- activeX control
(c) Copyright IBM Corporation 1998, 2009