aboutsummaryrefslogtreecommitdiffstats
path: root/netx/com/jogamp/plugin/ui/NativeWindowDownstream.java
diff options
context:
space:
mode:
Diffstat (limited to 'netx/com/jogamp/plugin/ui/NativeWindowDownstream.java')
-rw-r--r--netx/com/jogamp/plugin/ui/NativeWindowDownstream.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/netx/com/jogamp/plugin/ui/NativeWindowDownstream.java b/netx/com/jogamp/plugin/ui/NativeWindowDownstream.java
index 0846505..bed433b 100644
--- a/netx/com/jogamp/plugin/ui/NativeWindowDownstream.java
+++ b/netx/com/jogamp/plugin/ui/NativeWindowDownstream.java
@@ -78,4 +78,9 @@ public interface NativeWindowDownstream {
* </p>
*/
public void display();
+
+ /**
+ * Notify applet that the plugin's window has changed it's position.
+ */
+ void notifyPositionChanged(NativeWindowUpstream nw);
}