core
Interface UpdateListener

All Known Implementing Classes:
TotalContactTimeReport

public interface UpdateListener

Interface for classes that want to be informed about every single update call to the World object.


Method Summary
 void updated(java.util.List<DTNHost> hosts)
          Method is called on every update cycle.
 

Method Detail

updated

void updated(java.util.List<DTNHost> hosts)
Method is called on every update cycle.

Parameters:
hosts - A list of all hosts in the world