org.w3c.jwput.event
Class JWEvent
java.lang.Object
|
+--org.w3c.jwput.event.JWEvent
- public class JWEvent
- extends java.lang.Object
Constructor Summary |
JWEvent(JW source,
java.lang.String url,
java.lang.String file,
int type)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DOWNLOAD
public static final int DOWNLOAD
UPLOAD
public static final int UPLOAD
DELETE
public static final int DELETE
source
protected JW source
type
protected int type
url
protected java.lang.String url
file
protected java.lang.String file
JWEvent
public JWEvent(JW source,
java.lang.String url,
java.lang.String file,
int type)
getSource
public JW getSource()
getType
public int getType()
getURL
public java.lang.String getURL()
getFile
public java.lang.String getFile()