jason.service.admin
Interface ClientResponseListener

All Known Implementing Classes:
SwingClient

public interface ClientResponseListener

This is an interface for notifying a client response. The cycle is : - once 'notifyInit' - any number of 'notifyResponse' - once 'notifyEnd'

Since:
1.0

Method Summary
 void notifyEnd()
          Notify once the end of the response
 void notifyInit()
          Notify once before a set of reponse
 void notifyResponse(java.lang.String response)
          Send a response for a client request
 

Method Detail

notifyInit

public void notifyInit()
Notify once before a set of reponse


notifyEnd

public void notifyEnd()
Notify once the end of the response


notifyResponse

public void notifyResponse(java.lang.String response)
Send a response for a client request