All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class edu.utah.janos.antsr.core.WatchDog.Worker
java.lang.Object
   |
   +----edu.utah.janos.antsr.core.WatchDog.Worker

  Summary

private class  WatchDog.Worker
     extends java.lang.Object
     implements java.lang.Runnable
{
          // Fields 1
     private PrintWriter out;

          // Constructors 1
     public Worker(PrintWriter);

          // Methods 2
     private void notice() throws IOException;
     public void run();
}

The worker class for the watch dog, this does the actual printing for each connected user.




  Fields

· out

Summary  |  Top

   private PrintWriter out


  Constructors

· Worker

Summary  |  Top

   public Worker(PrintWriter pw) 


  Methods

· run

Summary  |  Top
   public void run() 
Implements:
run in interface Runnable


· notice

Summary  |  Top
   private void notice()  throws IOException


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7