Package com.db4o.diagnostic
Interface DiagnosticListener
- 
- All Known Implementing Classes:
- DiagnosticToConsole
 
 public interface DiagnosticListenerlistens to Diagnostic messages.
 Create a class that implements this listener interface and add the listener by calling configuration.common().diagnostic().addListener().- See Also:
- DiagnosticConfiguration
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDiagnostic(Diagnostic d)this method will be called with Diagnostic messages.
 
- 
- 
- 
Method Detail- 
onDiagnosticvoid onDiagnostic(Diagnostic d) this method will be called with Diagnostic messages.
 
- 
 
-