Package com.jbstrap.core.event
Class FileItemUploadStartEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.FileItemUploadStartEvent
File upload start event.
These are the following:
- The client on which the event occurred
- The ID of the component on which the event occurred
- The event type
- The instance of the component, on which the event occurred
- The event's unique ID
- The file name
- Since:
- 4.0
- Author:
- JBStrap
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the file to be uploaded.The size of the file to be uploaded in bytes.Methods inherited from class com.jbstrap.core.event.BaseJBStrapEvent
fireEvent
Methods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
FileItemUploadStartEvent
public FileItemUploadStartEvent()
-
-
Method Details
-
getFilename
Gets the name of the file to be uploaded.- Returns:
- File name
-
getFilesize
The size of the file to be uploaded in bytes.- Returns:
- The size of the file to be uploaded in bytes
-