Draggable.java :  » Report » datavision-1.1.0 » jimm » datavision » Java Open Source

Java Open Source » Report » datavision 1.1.0 
datavision 1.1.0 » jimm » datavision » Draggable.java
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();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.