| Package | Description |
|---|---|
| oracle.javatools.resourcebundle |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceBundleEvent.EventType |
ResourceBundleEvent.eventType |
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundleEvent.EventType |
ResourceBundleEvent.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceBundleEvent.EventType[] |
ResourceBundleEvent.EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Constructor and Description |
|---|
ResourceBundleEvent(ResourceBundleWrapper source, java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata, ResourceBundleEvent.EventType eventType)
Constructs a new ResourceBundleEvent with the specified source, key, text, and metadata of the specified type.
|