Compoze Software, Inc.

com.compoze.collab.im
Interface IImListener

All Known Subinterfaces:
IYahooImListener
All Known Implementing Classes:
QueueImEventListener

public interface IImListener

Classes that implement this interface can listen for instant messaging events.


Method Summary
 void friendUpdated(ImEvent ev)
          Called when a friend's presence has been updated.
 void messageReceived(ImEvent ev)
          Called when an instant message has been received.
 

Method Detail

messageReceived

public void messageReceived(ImEvent ev)
Called when an instant message has been received.
Parameters:
ev - the IM event (not null)

friendUpdated

public void friendUpdated(ImEvent ev)
Called when a friend's presence has been updated.
Parameters:
ev - the IM event (not null)

Compoze Software, Inc.

Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.