net.mlw.gfw.event.impl
Class ConnectEvent

java.lang.Object
  |
  +--net.mlw.gfw.event.impl.ConnectEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class ConnectEvent
extends java.lang.Object
implements Event

A client connected to the server.

Version:
$Revision: 1.3 $ $Date: 2004/06/29 20:33:01 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
ConnectEvent(java.lang.String name)
          Default constructor.
 
Method Summary
 java.lang.String getUserName()
          Name of the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectEvent

public ConnectEvent(java.lang.String name)
Default constructor.

Parameters:
name - Name of the user.
Method Detail

getUserName

public java.lang.String getUserName()
Name of the user.

Returns:
Returns the name.


Copyright © 2003-2004 mlavilson. All Rights Reserved.