package jimm.datavision; public interface Draggable { /** * Returns the string used to identify the object when dragging it. * * @return a string used to identify the object when dragging it */ public String dragString(); }