tapestry.api
Class TapestryReversePointersChanged

java.lang.Object
  |
  +--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.1.1.1 2004/03/26 19:57:05 hweather Exp $
Author:
Sean C. Rhea

Field Summary
 TapestryNeighborInfo[] added
           
 TapestryNeighborInfo[] removed
           
 
Constructor Summary
TapestryReversePointersChanged(TapestryNeighborInfo[] a, TapestryNeighborInfo[] r)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

added

public TapestryNeighborInfo[] added

removed

public TapestryNeighborInfo[] removed
Constructor Detail

TapestryReversePointersChanged

public TapestryReversePointersChanged(TapestryNeighborInfo[] a,
                                      TapestryNeighborInfo[] r)
Method Detail

toString

public String toString()
Overrides:
toString in class Object