com.zion.jbuddy.msn
Interface IMsnActivitySessionListener

All Known Implementing Classes:
MsnActivitySessionAdapter

public interface IMsnActivitySessionListener

Receives events from an Activity Session.

Methods provide links to their associated event property methods.

Since:
6.0
See Also:
IMsnActivitySession, IMsnActivitySession.addActivitySessionListener(com.zion.jbuddy.msn.IMsnActivitySessionListener)

Method Summary
 void accepted(MsnActivitySessionEvent event)
          The recipient has accepted our invitation.
 void canceled(MsnActivitySessionEvent event)
          The sender has canceled their previous invitation.
 void declined(MsnActivitySessionEvent event)
          The recipient has declined our invitation.
 void incomingCommand(MsnActivitySessionEvent event)
          A command has been received.
 void lostConnection(MsnActivitySessionEvent event)
          The session connection has been lost.
 void ready(MsnActivitySessionEvent event)
          The session is ready to send and receive commands.
 

Method Detail

accepted

void accepted(MsnActivitySessionEvent event)
The recipient has accepted our invitation.


declined

void declined(MsnActivitySessionEvent event)
The recipient has declined our invitation.


canceled

void canceled(MsnActivitySessionEvent event)
The sender has canceled their previous invitation.


ready

void ready(MsnActivitySessionEvent event)
The session is ready to send and receive commands.


incomingCommand

void incomingCommand(MsnActivitySessionEvent event)
A command has been received. The syntax of the command depends on the Activity application being used.

See Also:
MsnActivitySessionEvent.getCommand()

lostConnection

void lostConnection(MsnActivitySessionEvent event)
The session connection has been lost.

See Also:
MsnActivitySessionEvent.getException()


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2012 Zion Software, LLC All Rights Reserved.