com.skype
Class EventMessage
java.lang.Object
com.skype.EventMessage
- All Implemented Interfaces:
- Serializable
public final class EventMessage
- extends Object
- See Also:
- Serialized Form
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object compared)
- Overrides:
equals
in class Object
getCaption
public String getCaption()
getHint
public String getHint()
addEventMessageListener
public void addEventMessageListener(EventMessageListener listener)
throws SkypeException
- Throws:
SkypeException
removeEventMessageListener
public void removeEventMessageListener(EventMessageListener listener)
dispose
public void dispose()
throws SkypeException
- Throws:
SkypeException
getData
public final Object getData(String name)
- Returns the user data to which this object maps to the specified by the name.
Returns null if this object contains no mapping for the name.
- Parameters:
name
- name whose associated user data is to be returned.
- Returns:
- the user data to which this object maps the specified name, or null if this object contains no mapping for the name.
- See Also:
Map.get(Object)
setData
public final void setData(String name,
Object userData)
- Associates the specified user data with the specified name in this object.
- Parameters:
name
- name with which the specified user data is to be associated.userData
- user data to be associated with the specified name.- See Also:
Map.put(Object, Object)
Copyright © 2004-2011. All Rights Reserved.