net.mlw.gfw.ext.bot.event
Class AddBotEvent

java.lang.Object
  |
  +--net.mlw.gfw.ext.bot.event.AddBotEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class AddBotEvent
extends java.lang.Object
implements Event

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

Constructor Summary
AddBotEvent(java.lang.String botName)
           
 
Method Summary
 java.lang.String getBotName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddBotEvent

public AddBotEvent(java.lang.String botName)
Parameters:
botName -
Method Detail

getBotName

public java.lang.String getBotName()
Returns:
Returns the botName.


Copyright © 2003-2004 mlavilson. All Rights Reserved.