com.eyebolt.iplib
Class HttpServerTest.Listener

java.lang.Object
  |
  +--com.eyebolt.iplib.HttpServerTest.Listener
All Implemented Interfaces:
java.util.Observer
Enclosing class:
HttpServerTest

class HttpServerTest.Listener
extends java.lang.Object
implements java.util.Observer


Constructor Summary
(package private) HttpServerTest.Listener()
           
 
Method Summary
 void update(java.util.Observable o, java.lang.Object arg)
          Handle connection requests
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

HttpServerTest.Listener

HttpServerTest.Listener()
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Handle connection requests
Specified by:
update in interface java.util.Observer
Parameters:
o - Description of Parameter
arg - Description of Parameter


Copyright © 2001 Eyebolt, Inc.