org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java
changeset 458 5ff93668b08c
parent 457 f1087591ff71
child 459 c278f0c8917f
equal deleted inserted replaced
457:f1087591ff71 458:5ff93668b08c
    40  * project target configuration</li><li>
    40  * project target configuration</li><li>
    41  * {@link org.eclipse.ui.model.IWorkbenchAdapter} or 
    41  * {@link org.eclipse.ui.model.IWorkbenchAdapter} or 
    42  * {@link org.eclipse.ui.model.IWorkbenchAdapter2} to customize target 
    42  * {@link org.eclipse.ui.model.IWorkbenchAdapter2} to customize target 
    43  * presentation in IDE user interface.</li></ul>
    43  * presentation in IDE user interface.</li></ul>
    44  * 
    44  * 
       
    45  * <p>Overwriting <code>equals</code> and <code>hashCode</code> might be desirable 
       
    46  * if new objects are created each time user does discovery process.</p>
    45  * @author Eugene Ostroukhov (eugeneo@symbian.org)
    47  * @author Eugene Ostroukhov (eugeneo@symbian.org)
    46  */
    48  */
    47 public interface IDeploymentTarget extends IAdaptable {
    49 public interface IDeploymentTarget extends IAdaptable {
    48     /**
    50     /**
    49      * Returns unique ID. There is no restriction on ID string format. Cannot 
    51      * Returns unique ID. There is no restriction on ID string format. Cannot