grinda.impl
Interface ResultListener

All Known Subinterfaces:
TupleBroker
All Known Implementing Classes:
LearningTupleBroker, MasterSlaveTupleBroker

public interface ResultListener

This interface should be implemented by all the classes interested in receiving notifications about operation result

Version:
1.0
Author:
Sirio Capizzi

Method Summary
 void peerResult(GrindaResponse m)
          Called when a result arrives
 

Method Detail

peerResult

void peerResult(GrindaResponse m)
Called when a result arrives

Parameters:
m - the message representing the result


Copyright © 2006 Sirio Capizzi. All Rights Reserved.