db4o 7.4

com.db4o.diagnostic
Interface DiagnosticListener

All Known Implementing Classes:
DiagnosticToConsole

public interface DiagnosticListener

listens to Diagnostic messages.

Create a class that implements this listener interface and add the listener by calling Db4o.configure().diagnostic().addListener().

See Also:
DiagnosticConfiguration

Method Summary
 void onDiagnostic(Diagnostic d)
          this method will be called with Diagnostic messages.
 

Method Detail

onDiagnostic

void onDiagnostic(Diagnostic d)
this method will be called with Diagnostic messages.


db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.