graphServer.graph
Class P2PGraph.DecolourTask
java.lang.Object
java.util.TimerTask
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
|
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toAdd
private spiderweb.graph.LogEvent toAdd
P2PGraph.DecolourTask
public P2PGraph.DecolourTask(spiderweb.graph.LogEvent toAdd)
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask