core.events
Class AddContactEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycore.events.AddContactEvent
All Implemented Interfaces:
java.io.Serializable

public class AddContactEvent
extends java.util.EventObject

this is an event that is thrown by the AddBuddyBox to let the app know that the user wants to add a buddy.

Author:
holschuj, hoele
See Also:
Serialized Form

Constructor Summary
AddContactEvent(java.lang.Object source, Contact bud)
           
 
Method Summary
 Contact getContact()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddContactEvent

public AddContactEvent(java.lang.Object source,
                       Contact bud)
Method Detail

getContact

public Contact getContact()
Returns:
Returns the nickname.