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


Variable Index

 o DELETE
 o deleteCount
 o EMPTY
 o GC
 o gcCount
 o PERIODIC
 o TRIGGER
 o what
 o when

Constructor Index

 o RouteEvent(long, int)

Variables

 o EMPTY
 public static final int EMPTY
 o PERIODIC
 public static final int PERIODIC
 o TRIGGER
 public static final int TRIGGER
 o DELETE
 public static final int DELETE
 o GC
 public static final int GC
 o when
 public long when
 o what
 public int what
 o deleteCount
 public int deleteCount
 o gcCount
 public int gcCount

Constructors

 o RouteEvent
 public RouteEvent(long when,
                   int what)

All Packages  Class Hierarchy  This Package  Previous  Next  Index