IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.workingarea.core
Interface IBrowserHandler


public interface IBrowserHandler

The handler property¡¯s value stands for a class which implements com.ibm.btt.rcp.workingarea.core.IBrowserHandler.
Notes: If need to access the content of the browser, you must add a ProgressListener to the browser and override the completed method. Because after the loading of the web page, we can get all the elements in the page.


Method Summary
 void handle(Browser browser)
          Handling logic when browser widget initialized
Notes: If need to access the content of the browser, you must add a ProgressListener to the browser and override the completed method.
 

Method Detail

handle

void handle(Browser browser)
Handling logic when browser widget initialized
Notes: If need to access the content of the browser, you must add a ProgressListener to the browser and override the completed method. Because after the loading of the web page, we can get all the elements in the page.

Parameters:
browser - BTT browser widget

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011