com.tibco.webcomp.client
Interface WebCompLoadCallbackHandler


public interface WebCompLoadCallbackHandler

Called after the WebComp is loaded. If the load is successful the WebComp instance is returned that can be used to interact with the WebComp.

©2014 TIBCO Software Inc.

Since:
3.0.0

Method Summary
 void onError(java.lang.Throwable exception)
           
 void onLoad(WebComp webComp)
           
 

Method Detail

onError

void onError(java.lang.Throwable exception)

onLoad

void onLoad(WebComp webComp)


Copyright © 2015 TIBCO Software Inc. All Rights Reserved.