connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI2.java
changeset 899 b5675f3e69ad
parent 876 bb5d67b9dbe6
equal deleted inserted replaced
894:48b544aebc83 899:b5675f3e69ad
    29  * This requires that you use {@link IConnectionsManager#ensureConnection(String, IService)}
    29  * This requires that you use {@link IConnectionsManager#ensureConnection(String, IService)}
    30  * to map from a persisted connection identifier to an IConnection.  Do not rely on "validating"
    30  * to map from a persisted connection identifier to an IConnection.  Do not rely on "validating"
    31  * the identifier manually by iterating the {@link IConnectionsManager#getConnections()}!
    31  * the identifier manually by iterating the {@link IConnectionsManager#getConnections()}!
    32  * @noimplement
    32  * @noimplement
    33  * @noextend
    33  * @noextend
    34  * @since 3.0
    34  * @since 2.5
    35  */
    35  */
    36 public interface IClientServiceSiteUI2 {
    36 public interface IClientServiceSiteUI2 {
    37 	
    37 	
    38 	/**
    38 	/**
    39 	 * A listener interface to allow client sites to be notified when a new connection is selected
    39 	 * A listener interface to allow client sites to be notified when a new connection is selected