Liferay 6.1.2-ce-ga3

com.liferay.portal.im
Class ICQConnector

java.lang.Object
  extended by com.liferay.portal.im.ICQConnector
All Implemented Interfaces:
Observer

public class ICQConnector
extends Object
implements Observer


Method Summary
static void disconnect()
           
static void send(String to, String msg)
           
 void update(Observable obs, Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

disconnect

public static void disconnect()

send

public static void send(String to,
                        String msg)

update

public void update(Observable obs,
                   Object obj)
Specified by:
update in interface Observer

Liferay 6.1.2-ce-ga3