Smack

org.jivesoftware.smackx
Interface PEPListener


public interface PEPListener

A listener that is fired anytime a PEP event message is received.

Author:
Jeff Williams

Method Summary
 void eventReceived(String from, PEPEvent event)
          Called when PEP events are received as part of a presence subscribe or message filter.
 

Method Detail

eventReceived

void eventReceived(String from,
                   PEPEvent event)
Called when PEP events are received as part of a presence subscribe or message filter.

Parameters:
from - the user that sent the entries.
event - the event contained in the message.

Smack

Copyright © 2003-2007 Jive Software.