graphServer.graph
Class P2PGraph.DecolourTask

java.lang.Object
  extended by java.util.TimerTask
      extended by graphServer.graph.P2PGraph.DecolourTask
All Implemented Interfaces:
Runnable
Enclosing class:
P2PGraph

private class P2PGraph.DecolourTask
extends TimerTask

The DecolourTask executes a set time after a log event is added so that any colouring event has an opposite.


Field Summary
private  spiderweb.graph.LogEvent toAdd
           
 
Constructor Summary
P2PGraph.DecolourTask(spiderweb.graph.LogEvent toAdd)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toAdd

private spiderweb.graph.LogEvent toAdd
Constructor Detail

P2PGraph.DecolourTask

public P2PGraph.DecolourTask(spiderweb.graph.LogEvent toAdd)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask