JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
public interface ResourceBundleCallback
ResourceBundleCallback defines an object that can be called when the ResourceBundleManagerDT
finds a bundle via the call getBundle(PropertyStorage project, String bundleId, boolean createBundle, ResourceBundleCallback callback)
Method Summary
Methods
Modifier and Type
Method and Description
void
foundBundle (ResourceBundleWrapper bundle)
Called when the bundle is found, may be passed null if no bundle is found
Method Detail
foundBundle
void foundBundle(ResourceBundleWrapper bundle)
Called when the bundle is found, may be passed null if no bundle is found
Parameters: bundle
-
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.