com.croftsoft.apps.chat.client
Class CreateUserConsumer

java.lang.Object
  extended by com.croftsoft.apps.chat.client.AbstractConsumer
      extended by com.croftsoft.apps.chat.client.CreateUserConsumer
All Implemented Interfaces:
Consumer

public final class CreateUserConsumer
extends AbstractConsumer

Processes a CreateUserResponse.

Since:
2003-06-11
Version:
2003-06-20
Author:
David Wallace Croft

Constructor Summary
CreateUserConsumer(Queue requestQueue, Authentication authentication, String avatarType, double x, double y)
           
 
Method Summary
 void consume(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUserConsumer

public CreateUserConsumer(Queue requestQueue,
                          Authentication authentication,
                          String avatarType,
                          double x,
                          double y)
Method Detail

consume

public void consume(Object o)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)