com.interfaceware.chameleon
Interface Transport

All Known Implementing Classes:
Connection, TransportTcpIpClient

public interface Transport

This class is no longer used but will be supported for backward compatibility. New applications should use LlpConnection instead. The transport interface handles sending data events. It provides a way of abstracting the actual transport being used. The client code simply is passed an object which implements this interface and doesn't need to know how the message is actually being delivered.


Method Summary
 void sendMessage(java.lang.String MessageData)
          Invoked when a message is sent.
 

Method Detail

sendMessage

void sendMessage(java.lang.String MessageData)
Invoked when a message is sent.