Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Class DiagnosticObserver  view DiagnosticObserver download DiagnosticObserver.java

java.lang.Object
  extended bycom.k_int.IR.DiagnosticObserver
All Implemented Interfaces:
java.util.Observer

public class DiagnosticObserver
extends java.lang.Object
implements java.util.Observer


Field Summary
private static LoggingContext cat
           
protected  DiagnosticHandler diagnostic_handler
           
protected  java.util.Properties diagnostic_props
           
 
Constructor Summary
DiagnosticObserver(DiagnosticHandler diagnostic_handler)
           
 
Method Summary
protected  void additionalDiagnostics(Diagnostic the_diagnostic)
           
protected  void bib1Diagnostic(Diagnostic the_diagnostic)
           
protected  void kIntDiagnostic(Diagnostic the_diagnostic)
           
 void update(java.util.Observable o, java.lang.Object arg)
          This method is called whenever the observable object changes, and has called notifyObservers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

private static LoggingContext cat

diagnostic_handler

protected DiagnosticHandler diagnostic_handler

diagnostic_props

protected java.util.Properties diagnostic_props
Constructor Detail

DiagnosticObserver

public DiagnosticObserver(DiagnosticHandler diagnostic_handler)
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Description copied from interface: java.util.Observer
This method is called whenever the observable object changes, and has called notifyObservers. The Observable object can pass arbitrary information in the second parameter.

Specified by:
update in interface java.util.Observer

bib1Diagnostic

protected void bib1Diagnostic(Diagnostic the_diagnostic)

kIntDiagnostic

protected void kIntDiagnostic(Diagnostic the_diagnostic)

additionalDiagnostics

protected void additionalDiagnostics(Diagnostic the_diagnostic)