Generated by
JDiff

Class java.awt.dnd.DragSourceContext

Added interfaces java.awt.dnd.DragSourceMotionListener, java.io.Serializable.

Added Methods
void dragMouseMoved(DragSourceDragEvent) This method calls dragMouseMoved on the DragSourceMotionListeners registered with the DragSource associated with this DragSourceContext and them passes the specified DragSourceDragEvent.
 

Changed Methods
void dragDropEnd(DragSourceDropEvent) Changed from synchronized to non-synchronized. This method calls dragDropEnd on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDropEvent.
void dragEnter(DragSourceDragEvent) Changed from synchronized to non-synchronized. This method calls dragEnter on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDragEvent.
void dragExit(DragSourceEvent) Changed from synchronized to non-synchronized. This method calls dragExit on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceEvent.
void dragOver(DragSourceDragEvent) Changed from synchronized to non-synchronized. This method calls dragOver on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDragEvent.
void dropActionChanged(DragSourceDragEvent) Changed from synchronized to non-synchronized. This method calls dropActionChanged on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDragEvent.
void setCursor(Cursor) Changed from non-synchronized to synchronized. This method sets the current drag Cursor.
void updateCurrentCursor(int, int, int) Changed from non-synchronized to synchronized. check the cursor for updates and implement defaults