ks.client.interfaces
Interface IProcessMessage


public interface IProcessMessage

Sole purpose is to enable the processing of Message objects by Solitaire plugins. Created this new interface rather than reusing IClientComponent because of the extra methods within that interface.


Method Summary
 boolean processMessage(Message msg)
          Process the given message which was received from the server.
 

Method Detail

processMessage

public boolean processMessage(Message msg)
Process the given message which was received from the server. Reurn true if message was processed.

Parameters:
msg - Message
Returns:
boolean