com.sentilla.host.client.interfaces
Interface ClientQueueListener


public interface ClientQueueListener

Implementors of this interface may receive incoming message objects.

Author:
spence@sentilla.com

Method Summary
 void messageReceived(Object obj)
           
 void notifyDone()
           
 

Method Detail

messageReceived

void messageReceived(Object obj)

notifyDone

void notifyDone()


Copyright © 2007 Sentilla, Inc. All Rights Reserved.