This method of the DragHandler Interface notifies the recipient when a source object enters the space that is defined by a container, window, or object.
public void dragEnter(DragSession session);
session | The DragSession object that represents the current drag operation. |