com.aptana.ide.core.ui
Interface IMessageRecipient


public interface IMessageRecipient

Allows us to send a string message to another class. Used to send the browser view a message from a class it depends on

Author:
Ingo Muschenetz

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

Method Detail

sendMessage

void sendMessage(java.lang.String msg)
sendMessage

Parameters:
msg -