FileDocCategorySizeDatePackage
GhostDropEvent.javaAPI DocExample328Mon Jan 09 11:02:00 GMT 2006None

GhostDropEvent

public class GhostDropEvent extends Object

Fields Summary
private Point
point
private String
action
Constructors Summary
public GhostDropEvent(String action, Point point)

		this.action = action;
		this.point = point;
	
Methods Summary
public java.lang.StringgetAction()

		return action;
	
public java.awt.PointgetDropLocation()

		return point;