public interface ConfigValueInterceptor
The GNU Lesser General Public License for details.| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(String bookName,
ConfigEntryType configEntryType,
Object value)
Intercepts a value before distribution to the rest of the JSword library
|
Object intercept(String bookName, ConfigEntryType configEntryType, Object value)
bookName - the initials of the book that is being interceptedconfigEntryType - the configuration entry type, describing which field is being accessedvalue - the value to be intercepted