Interface UploadValidationMessage
public interface UploadValidationMessage
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
boolean
showMessage
(Window requester) Shows a validation message.
-
Field Details
-
WARNING
static final int WARNING- See Also:
-
ERROR
static final int ERROR- See Also:
-
-
Method Details
-
showMessage
Shows a validation message. Returns true if the upload through this profile can continue.- Parameters:
requester
- The window that the request to show the message originates from. May be used to position the message properly.- Returns:
- true if upload can continue, otherwise false.
-
getType
int getType()
-