com.skype
Class EventMessage
java.lang.Object
com.skype.EventMessage
public final class EventMessage
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object compared)
- Overrides:
equals in class java.lang.Object
getCaption
public java.lang.String getCaption()
getHint
public java.lang.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 java.lang.Object getData(java.lang.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(java.lang.String name,
java.lang.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 © 2011. All Rights Reserved.