Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.