Liferay 6.2-ce-ga5

com.liferay.portal.im
Class MSNMessageAdapter

java.lang.Object
  extended by rath.msnm.event.MsnAdapter
      extended by com.liferay.portal.im.MSNMessageAdapter
All Implemented Interfaces:
EventListener, rath.msnm.event.MsnListener

public class MSNMessageAdapter
extends rath.msnm.event.MsnAdapter


Constructor Summary
MSNMessageAdapter(rath.msnm.MSNMessenger msn, String to, String msg)
           
 
Method Summary
 void whoJoinSession(rath.msnm.SwitchboardSession ss, rath.msnm.entity.MsnFriend join)
           
 
Methods inherited from class rath.msnm.event.MsnAdapter
addFailed, allListUpdated, buddyListModified, filePosted, fileReceiveError, fileReceiveStarted, fileSendAccepted, fileSendEnded, fileSendError, fileSendRejected, fileSendStarted, instantMessageReceived, listAdd, listOnline, loginComplete, loginError, logoutNotify, notifyUnreadMail, progressTyping, renameNotify, switchboardSessionAbandon, switchboardSessionEnded, switchboardSessionStarted, userOffline, userOnline, whoAddedMe, whoPartSession, whoRemovedMe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSNMessageAdapter

public MSNMessageAdapter(rath.msnm.MSNMessenger msn,
                         String to,
                         String msg)
Method Detail

whoJoinSession

public void whoJoinSession(rath.msnm.SwitchboardSession ss,
                           rath.msnm.entity.MsnFriend join)
Specified by:
whoJoinSession in interface rath.msnm.event.MsnListener
Overrides:
whoJoinSession in class rath.msnm.event.MsnAdapter

Liferay 6.2-ce-ga5