com.zion.jbuddy.bots.event
Class BotClientEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.zion.jbuddy.bots.event.BotClientEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BotAddBuddyEvent, BotAddDenyEvent, BotAddPermitEvent, BotClientConnectionEvent, BotRemoveBuddyEvent, BotRemoveDenyEvent, BotRemovePermitEvent, BotSendFileEvent, BotSendMessageEvent, BotSetPermitModeEvent, BotSetStatusEvent

public class BotClientEvent
extends EventObject

Encapsulates BotEngineListener client event information.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BotClientEvent(BotClient client)
          This constructor is called from BotEngine and should not be used by outside implementations.
 
Method Summary
 BotClient getClient()
          Returns the client associated with this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BotClientEvent

public BotClientEvent(BotClient client)
This constructor is called from BotEngine and should not be used by outside implementations.

Method Detail

getClient

public BotClient getClient()
Returns the client associated with this event.



JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.