| CONTENTS | PREV | NEXT | Drag and Drop | 
Although not a normative part of this specification this definition is included for clarity:
public interface DragSourceContextPeer {
 
    void startDrag(DragSourceContext dsc,
                   Cursor            c, 
                   Image             di,
                   Point             ioff
    ) throws InvalidDnDOperationException;
 
    Cursor getCursor();
    void   setCursor(Cursor c)
		     throws InvalidDnDOperationException;
    void transferablesFlavorsChanged();
}