Interface RemoteWindowMapCallback
public interface RemoteWindowMapCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(RemoteWindow remoteWindow, Map result) Callback reporting the result of aRemoteWindow
operation yielding a map.
-
Method Details
-
execute
Callback reporting the result of aRemoteWindow
operation yielding a map.- Parameters:
remoteWindow
- window affectedresult
- result
-