package org.testng.remote.strprotocol; /** * String based protocol main interface to be used with remote listeners. * * @author Alexandru Popescu */ public interface IStringMessage extends IMessage { String getMessageAsString(); }