Interface DbProperties.Listener
-
- Enclosing class:
- DbProperties
public static interface DbProperties.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bindingMissing(java.lang.String bindingSetId)
binding is missingvoid
handleLoadException(java.lang.Throwable t)
exception occurred during reloadvoid
reloaded()
properties have been reloaded
-