pawn.services.presence
Interface PresenceListener
- All Known Implementing Classes:
- ClientGUI
- public interface PresenceListener
An interface to encapsulate an object that listens for notification
from the PresenceService of newly arrived presence information.
|
Method Summary |
void |
presenceUpdated(net.jxta.protocol.PresenceAdvertisement presenceInfo)
Notify the listener of newly arrived presence information. |
presenceUpdated
public void presenceUpdated(net.jxta.protocol.PresenceAdvertisement presenceInfo)
- Notify the listener of newly arrived presence information.
- Parameters:
presenceInfo - the newly received presence information.