com.liferay.portal.im
Class ICQConnector

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

public class ICQConnector
extends java.lang.Object
implements java.util.Observer

View Source

Author:
Brian Wing Shun Chan, Brett Randall

Method Summary
static void disconnect()
           
static void send(java.lang.String to, java.lang.String msg)
           
 void update(java.util.Observable obs, java.lang.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(java.lang.String to,
                        java.lang.String msg)

update

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