ants
Class RouteEvent

java.lang.Object
  |
  +--ants.RouteEvent

public class RouteEvent
extends java.lang.Object

A timer event affecting the RouteTable entries


Field Summary
static int DELETE
           
 int deleteCount
           
static int EMPTY
           
static int GC
           
 int gcCount
           
static int PERIODIC
           
static int TRIGGER
           
 int what
           
 long when
           
 
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
 

Field Detail

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
Constructor Detail

RouteEvent

public RouteEvent(long when,
                  int what)