/**
 * IMessageKey.java
 * Created Jun 11, 2006
 * Copyright (C) Tandberg Television 2006
 */
package com.tandbergtv.workflow.message;

/**
 * A unique id that is associated with every message generated by the workflow system. This is just
 * a marker interface, use the toString() method to get a value.
 * 
 * @author Sahil Verma
 */
public interface IMessageKey {
}
