Liferay 6.0.4

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 jsonObj)
           
protected  void doCommandSignOut(JSONObject jsonObj)
           
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 jsonObj)
                        throws Exception
Throws:
Exception

doCommandSignOut

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

doReceive

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

Liferay 6.0.4