org.nakedobjects.nos.client.dnd.InternalDrag Maven / Gradle / Ivy
The newest version!
package org.nakedobjects.nos.client.dnd;
import org.nakedobjects.nos.client.dnd.drawing.Location;
/**
* Details a drag event that is internal to view.
*/
public abstract class InternalDrag extends Drag {
/**
* Gets the location of the pointer relative to the view.
*/
public abstract Location getLocation();
}
// Copyright (c) Naked Objects Group Ltd.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy