Package games.stendhal.client.gui
Interface InternalManagedWindow.WindowDragListener
- Enclosing class:
- InternalManagedWindow
public static interface InternalManagedWindow.WindowDragListener
Interface for listening to dragging the window by mouse.
-
Method Summary
-
Method Details
-
startDrag
Called when the user initiates a window drag.- Parameters:
component
- dragged component
-
endDrag
Called when the user ends a window drag.- Parameters:
component
- dragged component
-
windowDragged
Called when the user drags a window.- Parameters:
component
- dragged componentpoint
- the location of the drag. This is not necessarily the new coordinates of the window.
-