com.vodafone360.people.service.transport
Interface IQueueListener

All Known Subinterfaces:
IConnection
All Known Implementing Classes:
AuthenticationManager, ConnectionManager, HttpConnectionThread, TcpConnectionThread

public interface IQueueListener

Interface allowing RequestQueue to notify observers about new items available in the RequestQueue.


Method Summary
 void notifyOfItemInRequestQueue()
          Notifies the implementation that a new request is available in the queue and should trigger its delivery to the backend.
 

Method Detail

notifyOfItemInRequestQueue

void notifyOfItemInRequestQueue()
Notifies the implementation that a new request is available in the queue and should trigger its delivery to the backend.



JavaDoc