| Modifier and Type | Method and Description |
|---|---|
static BackupEvent.Type |
BackupEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupEvent.Type[] |
BackupEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BackupEvent(BackupEvent.Type type,
T subject) |
BackupEvent(BackupEvent.Type type,
T subject,
long time) |
Copyright © 2013–2018. All rights reserved.