org.switchboard
Interface ServiceResultListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AllMusicTest, GoogleTest, SentenceSearch, SentenceSearchTest, Switchboard, TcpdumpTest

public interface ServiceResultListener
extends EventListener


Method Summary
 void endOfResults(GenericService service)
           
 void resultReceived(GenericService service, Object request, Object result)
           
 void status(GenericService service, String status)
           
 

Method Detail

resultReceived

void resultReceived(GenericService service,
                    Object request,
                    Object result)

endOfResults

void endOfResults(GenericService service)

status

void status(GenericService service,
            String status)