public interface PEPListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventReceived(java.lang.String from,
PEPEvent event)
Called when PEP events are received as part of a presence subscribe or message filter.
|
void eventReceived(java.lang.String from,
PEPEvent event)
from - the user that sent the entries.event - the event contained in the message.