com.cysols.iodef.rid
Interface RIDResultConsumer


public interface RIDResultConsumer

This interface provides the method to handle the result of RID query. The concrete must handle the RID query and pick up the result. After that, accept method will be called with the result object.


Method Summary
 void accept(Object obj)
          Called after RIDQueryProcess handle its query and response.
 

Method Detail

accept

void accept(Object obj)
Called after RIDQueryProcess handle its query and response. This method will do the post processing of RID Query-Response process.

Parameters:
obj - object or someting defined in its concrete class.