ants
Class RouteEvent
java.lang.Object
|
+--ants.RouteEvent
- public class RouteEvent
- extends java.lang.Object
A timer event affecting the RouteTable entries
Constructor Summary |
RouteEvent(long when,
int what)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EMPTY
public static final int EMPTY
PERIODIC
public static final int PERIODIC
TRIGGER
public static final int TRIGGER
DELETE
public static final int DELETE
GC
public static final int GC
when
public long when
what
public int what
deleteCount
public int deleteCount
gcCount
public int gcCount
RouteEvent
public RouteEvent(long when,
int what)