ostore.tapestry.api
Class TapestryReversePointersChanged
java.lang.Object
|
+--ostore.tapestry.api.TapestryReversePointersChanged
- All Implemented Interfaces:
- QueueElementIF
- public class TapestryReversePointersChanged
- extends Object
- implements QueueElementIF
Notify applications that nodes have been added to or removed from the
routing table.
- Version:
- $Id: TapestryReversePointersChanged.java,v 1.2 2003/03/07 00:32:58 srhea Exp $
- Author:
- Sean C. Rhea
added
public TapestryNeighborInfo[] added
removed
public TapestryNeighborInfo[] removed
TapestryReversePointersChanged
public TapestryReversePointersChanged(TapestryNeighborInfo[] a,
TapestryNeighborInfo[] r)
toString
public String toString()
- Overrides:
toString
in class Object