/**
 * ISource.java
 * Created Jun 9, 2006
 * Copyright (C) Tandberg Television 2006
 */
package com.tandbergtv.workflow.comm;

/**
 * A source is capable of emitting messages
 * 
 * @author Sahil Verma
 */
public interface ISource extends IDevice {
}
