|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(java.lang.String msg,
java.util.Properties props)
Callback used to monitor the discovered properties for the provider. |
void |
usingDefaults(java.lang.String msg,
java.util.Properties props)
Callback used to monitor if and what set of defaults are being used. |
Field Detail |
public static final ProviderMonitor NOOP_MONITOR
Method Detail |
public void propsFound(java.lang.String msg, java.util.Properties props)
msg
- a message about where the properties were found or nullprops
- the properties discoveredpublic void usingDefaults(java.lang.String msg, java.util.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 |