File
Doc
Category
Size
Date
Package
GhostDropEvent.java
API Doc
Example
328
Mon Jan 09 11:02:00 GMT 2006
None
GhostDropEvent
java.lang.Object
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.String
getAction
()
return action;
public
java.awt.Point
getDropLocation
()
return point;
Java Code Source