com.skype
Class EventMessage

java.lang.Object
  extended by com.skype.EventMessage
All Implemented Interfaces:
Serializable

public final class EventMessage
extends Object

See Also:
Serialized Form

Method Summary
 void addEventMessageListener(EventMessageListener listener)
           
 void dispose()
           
 boolean equals(Object compared)
           
 String getCaption()
           
 Object getData(String name)
          Returns the user data to which this object maps to the specified by the name.
 String getHint()
           
 int hashCode()
           
 void removeEventMessageListener(EventMessageListener listener)
           
 void setData(String name, Object userData)
          Associates the specified user data with the specified name in this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.