feisty meow concerns codebase 2.140
IDragonDropDataProvider.java
Go to the documentation of this file.
1package org.feistymeow.dragdrop;
2
3import java.util.List;
4import java.awt.Point;
5
19{
25 public List<Object> provideDragList();
26
31 public boolean consumeDropList(List<Object> dropSet, Point cursor);
32}
boolean consumeDropList(List< Object > dropSet, Point cursor)