com.sun.im.service
Interface CollaborationSessionListener

All Known Subinterfaces:
ConferenceListener, ConferenceSessionListener, NewsChannelListener, NotificationSessionListener, PersonalStoreSessionListener, PresenceSessionListener, SecureSessionListener

public interface CollaborationSessionListener

abstract Basic listener Listeners are implemented by the application and invoked by the provider to communicate asynchronous event to the application.

Version:

Method Summary
 void onError(CollaborationException e)
          invoked when an unexpected failure has happened.
 

Method Detail

onError

public void onError(CollaborationException e)
invoked when an unexpected failure has happened. The listener is no longer valid after this method has been called.

Parameters:
e - describes the nature of the problem