Class RIPRoutingTableWindow

Implemented Interfaces:
Runnable

public class RIPRoutingTableWindow
extends RoutingTableWindow

See Also:
RoutingTableWindow, NetworkRIP, NodeRIP

Field Summary

NodeRIP
n
RIPRoutingTable
table

Fields inherited from class .RoutingTableWindow

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

Constructor Summary

RIPRoutingTableWindow(RIPRoutingTable table, NodeRIP n, NetworkRIP net)

Method Summary

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

Methods inherited from class .RoutingTableWindow

paint, paintRequest, wakeUp

Field Details

n

public NodeRIP n

table

public RIPRoutingTable table

Constructor Details

RIPRoutingTableWindow

public RIPRoutingTableWindow(RIPRoutingTable table,
                             NodeRIP n,
                             NetworkRIP net)

Method Details

action

public boolean action(Event e,
                      Object obj)

run

public void run()