org.oddjob.util
Class LoggerExplorer

java.lang.Object
  extended by org.oddjob.util.LoggerExplorer
All Implemented Interfaces:
Runnable, Structural

public class LoggerExplorer
extends Object
implements Runnable, Structural

Author:
rob

Constructor Summary
LoggerExplorer()
           
 
Method Summary
 void addStructuralListener(StructuralListener listener)
          Add a listener.
 void removeStructuralListener(StructuralListener listener)
          Remove a listener.
 void reset()
           
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerExplorer

public LoggerExplorer()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

reset

public void reset()

addStructuralListener

public void addStructuralListener(StructuralListener listener)
Description copied from interface: Structural
Add a listener. The listener will immediately receive add notifications for all existing children.

Specified by:
addStructuralListener in interface Structural
Parameters:
listener - The listener.

removeStructuralListener

public void removeStructuralListener(StructuralListener listener)
Description copied from interface: Structural
Remove a listener.

Specified by:
removeStructuralListener in interface Structural
Parameters:
listener - The listener.

toString

public String toString()
Overrides:
toString in class Object