Class DVMRPRoutingTableWindow

Implemented Interfaces:
Runnable

public class DVMRPRoutingTableWindow
extends RoutingTableWindow

See Also:
RoutingTableWindow, Network, original author Robert Denda, changes made by Didier Gutacker

Field Summary

Node
n
DVMRPRoutingTable
table

Fields inherited from class .RoutingTableWindow

DEBUG, dismissButton, net, text, textArea, thread, wakeUpAble

Constructor Summary

DVMRPRoutingTableWindow(DVMRPRoutingTable table, Node n, Network net)

Method Summary

boolean
action(Event e, Object obj)
void
run()

Methods inherited from class .RoutingTableWindow

paint, paintRequest, wakeUp

Field Details

n

public Node n

table

public DVMRPRoutingTable table

Constructor Details

DVMRPRoutingTableWindow

public DVMRPRoutingTableWindow(DVMRPRoutingTable table,
                               Node n,
                               Network net)

Method Details

action

public boolean action(Event e,
                      Object obj)

run

public void run()