Interface RemoteWindowCallback
public interface RemoteWindowCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(RemoteWindow remoteWindow) Callback reporting a change to aRemoteWindow, such as it moving. 
- 
Method Details
- 
execute
Callback reporting a change to aRemoteWindow, such as it moving.- Parameters:
 remoteWindow- window affected
 
 -