| Package | Description |
|---|---|
| com.sybase.esp.util.upload |
| Modifier and Type | Method and Description |
|---|---|
static Uploader.RegistrationType |
Uploader.RegistrationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Uploader.RegistrationType[] |
Uploader.RegistrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Uploader.registerListener(ProgressListener listener,
Uploader.RegistrationType type,
long interval)
Register a listener to be informed of progess and/or errors.
|