Interface RemoteWindowBooleanCallback
public interface RemoteWindowBooleanCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(RemoteWindow remoteWindow, Boolean result) Callback reporting the result of a booleanRemoteWindowoperation. 
- 
Method Details
- 
execute
Callback reporting the result of a booleanRemoteWindowoperation.- Parameters:
 remoteWindow- window affectedresult- result
 
 -