common.commun
Interface MessageSender

All Known Implementing Classes:
LineMessageSender

public interface MessageSender


Method Summary
 void close()
           
 void sendMessage(java.lang.String msg)
           
 

Method Detail

sendMessage

void sendMessage(java.lang.String msg)
                 throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException