ANTS v2.0 API

ants.core
Interface NeighborListener

All Known Implementing Classes:
DynamicRouteApp

public interface NeighborListener

Interface for listening to changes in the immediate neighbors list maintained by the NeighborTable.

See Also:
NeighborTable

Method Summary
 void neighborAdded(int address, edu.utah.janos.nodeos.Address link)
           
 void neighborRemoved(int address, edu.utah.janos.nodeos.Address link)
           
 

Method Detail

neighborAdded

public void neighborAdded(int address,
                          edu.utah.janos.nodeos.Address link)

neighborRemoved

public void neighborRemoved(int address,
                            edu.utah.janos.nodeos.Address link)

ANTS v2.0 API

This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/