All Packages Class Hierarchy This Package Previous Next Index
Class ants.RouteEvent
java.lang.Object
|
+----ants.RouteEvent
- public class RouteEvent
- extends Object
A timer event affecting the RouteTable entries
-
DELETE
-
-
deleteCount
-
-
EMPTY
-
-
GC
-
-
gcCount
-
-
PERIODIC
-
-
TRIGGER
-
-
what
-
-
when
-
-
RouteEvent(long, int)
-
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)
All Packages Class Hierarchy This Package Previous Next Index