org.w3c.jwput.event
Class JWEvent

java.lang.Object
  |
  +--org.w3c.jwput.event.JWEvent

public class JWEvent
extends java.lang.Object


Field Summary
static int DELETE
           
static int DOWNLOAD
           
protected  java.lang.String file
           
protected  JW source
           
protected  int type
           
static int UPLOAD
           
protected  java.lang.String url
           
 
Constructor Summary
JWEvent(JW source, java.lang.String url, java.lang.String file, int type)
           
 
Method Summary
 java.lang.String getFile()
           
 JW getSource()
           
 int getType()
           
 java.lang.String getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JWEvent

public JWEvent(JW source,
               java.lang.String url,
               java.lang.String file,
               int type)
Method Detail

getSource

public JW getSource()

getType

public int getType()

getURL

public java.lang.String getURL()

getFile

public java.lang.String getFile()