com.sun.im.service
Interface PersonalStoreSessionListener

All Superinterfaces:
CollaborationSessionListener

public interface PersonalStoreSessionListener
extends CollaborationSessionListener

Callback object to notify any asynchromous changes in the PersonalStoreEntry objects.


Method Summary
 void onEvent(PersonalStoreEvent event)
          invoked when an change of event for PersonalStoreEntry happens
 
Methods inherited from interface com.sun.im.service.CollaborationSessionListener
onError
 

Method Detail

onEvent

public void onEvent(PersonalStoreEvent event)
invoked when an change of event for PersonalStoreEntry happens

Parameters:
event - A PersonalStoreEvent signifying any changes in the PersonalStoreEntry