/**
 * IDestination.java
 * Created Apr 26, 2006
 * Copyright (C) Tandberg Television 2006
 */
package com.tandbergtv.workflow.comm;

/**
 * Represents a communication end-point that is capable of receiving a message from
 * the adaptor.
 *  
 * @author Sahil Verma
 */
public interface IDestination extends IDevice {
}
