|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
echopoint.tucana.event.UploadEvent
public abstract class UploadEvent
A base class that represents an upload event.
Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
UploadEvent(FileUploadSelector source,
String index,
String fileName,
String contentType)
Creates a new UploadEvent. |
|
| Method Summary | |
|---|---|
String |
getContentType()
Return the content type of the uploaded file. |
String |
getFileName()
The name of the file that was uploaded. |
String |
getIndex()
Returns the index of the file. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UploadEvent(FileUploadSelector source,
String index,
String fileName,
String contentType)
UploadEvent.
source - the source of the eventindex - the index of the uploadfileName - the name of the file, may not contain path informationcontentType - the content type of the uploaded file| Method Detail |
|---|
public String getIndex()
public String getContentType()
public String getFileName()
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||