Interface RemoteWindowErrorCallback
public interface RemoteWindowErrorCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(RemoteWindow remoteWindow, String errorMessage) Callback reporting a failure in aRemoteWindowoperation. 
- 
Method Details
- 
execute
Callback reporting a failure in aRemoteWindowoperation.- Parameters:
 remoteWindow- window affectederrorMessage- error message
 
 -