Liferay 6.0.5

com.liferay.portal.liveusers.messaging
Class LiveUsersMessageListener

java.lang.Object
  extended by com.liferay.portal.liveusers.messaging.LiveUsersMessageListener
All Implemented Interfaces:
MessageListener

public class LiveUsersMessageListener
extends Object
implements MessageListener


Constructor Summary
LiveUsersMessageListener()
           
 
Method Summary
protected  void doCommandSignIn(JSONObject jsonObject)
           
protected  void doCommandSignOut(JSONObject jsonObject)
           
protected  void doReceive(Message message)
           
 void receive(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveUsersMessageListener

public LiveUsersMessageListener()
Method Detail

receive

public void receive(Message message)
Specified by:
receive in interface MessageListener

doCommandSignIn

protected void doCommandSignIn(JSONObject jsonObject)
                        throws Exception
Throws:
Exception

doCommandSignOut

protected void doCommandSignOut(JSONObject jsonObject)
                         throws Exception
Throws:
Exception

doReceive

protected void doReceive(Message message)
                  throws Exception
Throws:
Exception

Liferay 6.0.5