|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProviderMonitor
A Provider monitor's callback interface.
Field Summary | |
---|---|
static ProviderMonitor |
NOOP_MONITOR
A do nothing monitor to use if none is provided |
Method Summary | |
---|---|
void |
propsFound(String msg,
Properties props)
Callback used to monitor the discovered properties for the provider. |
void |
usingDefaults(String msg,
Properties props)
Callback used to monitor if and what set of defaults are being used. |
Field Detail |
---|
static final ProviderMonitor NOOP_MONITOR
Method Detail |
---|
void propsFound(String msg, Properties props)
msg
- a message about where the properties were found or nullprops
- the properties discoveredvoid usingDefaults(String msg, Properties props)
msg
- a descriptive message about this event or nullprops
- the properties that constitute the defaults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |