Interface RemoteWindowCallback
public interface RemoteWindowCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(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
-