hhms
Interface MessageListener


public interface MessageListener

MessageListener is used to receive asynchronously delivered Messages.

Title: MessageListener

Copyright: Copyright (c) 2004

Company: CommunityGrids Labs at Indiana University

See Also:
setMessageListener(MessageListener)

Method Summary
 void onMessage(Message message)
          Pass an message to the Listener
 

Method Detail

onMessage

public void onMessage(Message message)
Pass an message to the Listener

Parameters:
message - the HHMS message pass to the Listener