Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.client
Interface ConnectionListener


public interface ConnectionListener

Listen to connection events

Author:
Bogdan Stefanescu

Method Summary
 boolean authenticationFailed(NuxeoClient client)
          The client authentication failed against the remote server.
 void connected(NuxeoClient client)
          The client connected to a server.
 void disconnected(NuxeoClient client)
          The client disconnected.
 

Method Detail

connected

void connected(NuxeoClient client)
The client connected to a server.

Parameters:
client - the client

disconnected

void disconnected(NuxeoClient client)
The client disconnected.

Parameters:
client - the client

authenticationFailed

boolean authenticationFailed(NuxeoClient client)
The client authentication failed against the remote server.

Parameters:
client - the client

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.