org.netbeans.lib.collab
Interface CollaborationSessionListener
- All Known Subinterfaces:
- AuthenticationListener, ConferenceListener, MessageProcessingListener, NewsChannelListener, SecureSessionListener, SecurityListener
- public interface CollaborationSessionListener
abstract Basic listener
Listeners are implemented by the application and invoked
by the provider to communicate asynchronous event to the
application.
- Since:
- version 0.1
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