com.zion.jbuddy.msn
Class MsnActivitySessionAdapter

java.lang.Object
  extended by com.zion.jbuddy.msn.MsnActivitySessionAdapter
All Implemented Interfaces:
IMsnActivitySessionListener

public class MsnActivitySessionAdapter
extends Object
implements IMsnActivitySessionListener

Implements all methods in IMsnActivitySessionListener to do nothing.

Since:
6.0

Constructor Summary
MsnActivitySessionAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsnActivitySessionAdapter

public MsnActivitySessionAdapter()
Method Detail

accepted

public void accepted(MsnActivitySessionEvent event)
Description copied from interface: IMsnActivitySessionListener
The recipient has accepted our invitation.

Specified by:
accepted in interface IMsnActivitySessionListener

declined

public void declined(MsnActivitySessionEvent event)
Description copied from interface: IMsnActivitySessionListener
The recipient has declined our invitation.

Specified by:
declined in interface IMsnActivitySessionListener

canceled

public void canceled(MsnActivitySessionEvent event)
Description copied from interface: IMsnActivitySessionListener
The sender has canceled their previous invitation.

Specified by:
canceled in interface IMsnActivitySessionListener

ready

public void ready(MsnActivitySessionEvent event)
Description copied from interface: IMsnActivitySessionListener
The session is ready to send and receive commands.

Specified by:
ready in interface IMsnActivitySessionListener

incomingCommand

public void incomingCommand(MsnActivitySessionEvent event)
Description copied from interface: IMsnActivitySessionListener
A command has been received. The syntax of the command depends on the Activity application being used.

Specified by:
incomingCommand in interface IMsnActivitySessionListener
See Also:
MsnActivitySessionEvent.getCommand()

lostConnection

public void lostConnection(MsnActivitySessionEvent event)
Description copied from interface: IMsnActivitySessionListener
The session connection has been lost.

Specified by:
lostConnection in interface IMsnActivitySessionListener
See Also:
MsnActivitySessionEvent.getException()


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