com.skype.api
Class SkypeObject

java.lang.Object
  extended by com.skype.api.SkypeObject
Direct Known Subclasses:
Account, Contact, ContactGroup, ContactSearch, Conversation, Message, Participant, Sms, Transfer, Video, Voicemail

public abstract class SkypeObject
extends java.lang.Object


Field Summary
protected  int mObjectId
           
protected  java.util.HashMap<java.lang.Integer,java.lang.Object> mPropCache
           
protected  Skype skype
           
 
Constructor Summary
protected SkypeObject(int oid, Skype skype)
           
 
Method Summary
 void close()
           
 int getOid()
           
abstract  java.lang.Object GetPropertyAsEnum(int propid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mObjectId

protected int mObjectId

mPropCache

protected java.util.HashMap<java.lang.Integer,java.lang.Object> mPropCache

skype

protected Skype skype
Constructor Detail

SkypeObject

protected SkypeObject(int oid,
                      Skype skype)
Method Detail

getOid

public int getOid()

close

public void close()

GetPropertyAsEnum

public abstract java.lang.Object GetPropertyAsEnum(int propid)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.