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