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