|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IMsnActivityService
Allows the client to create outgoing Activity Sessions and receive invitations to Activity Sessions from other users.
| Method Summary | |
|---|---|
void |
addActivityServiceListener(IMsnActivityServiceListener listener)
Registers a listener to receive events from this service. |
IMsnActivitySession |
createSession(String recipient,
int appId,
String appName)
Creates an Activity Session with another user. |
IMsnClient |
getClient()
Returns the client associated with this Activity Service. |
void |
removeActivityServiceListener(IMsnActivityServiceListener listener)
Stops a listener from receiving events from this service. |
| Method Detail |
|---|
IMsnClient getClient()
void addActivityServiceListener(IMsnActivityServiceListener listener)
void removeActivityServiceListener(IMsnActivityServiceListener listener)
IMsnActivitySession createSession(String recipient,
int appId,
String appName)
throws IOException
appId - the ID of the application being used in this ActivityappName - the name of the application being used in this Activity
IOExceptionIMsnActivitySession.addActivitySessionListener(com.zion.jbuddy.msn.IMsnActivitySessionListener),
IMsnActivitySession.invite()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||