com.beem.project.beem.smack.pep
Interface PEPListener

Package class diagram package PEPListener

public interface PEPListener

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


Method Summary
 void eventReceived(String from, String node, List<org.jivesoftware.smackx.pubsub.Item> items)
          Called when PEP events are received.
 

Method Detail

eventReceived

void eventReceived(String from,
                   String node,
                   List<org.jivesoftware.smackx.pubsub.Item> items)
Called when PEP events are received.

Parameters:
from - the JID of the user who send the event
node - the node of the items in the event
items - the different items of the event


Copyright © 2009 Beem-project.com. All Rights Reserved.