Interface RemoteWindowBooleanCallback
public interface RemoteWindowBooleanCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(RemoteWindow remoteWindow, Boolean result) Callback reporting the result of a booleanRemoteWindowoperation.
- 
Method Details- 
executeCallback reporting the result of a booleanRemoteWindowoperation.- Parameters:
- remoteWindow- window affected
- result- result
 
 
-