edu.uiuc.cs.net.DPRPManager
Interface DPRPLeaseListenerConstants

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
DPRPLeaseListener
All Known Implementing Classes:
CLI_DPRPClient, DPRPClient

public interface DPRPLeaseListenerConstants
extends java.util.EventListener

Some constants for use with this DPRPLeaseListener business.

Version:
1.0 - September 28th, 2001
Author:
Andy Reitz (areitz@cs.uiuc.edu)

Field Summary
static char NEW_LEASE_EVENT
          Constant, trumpeting the birth of a new lease.
static char REMOVE_LEASE_EVENT
          Constant, signifying an event that hearalds the end of a lease.
static char UPDATE_LEASE_EVENT
          Constant, proclaiming the reformation of a lease.
 

Field Detail

REMOVE_LEASE_EVENT

public static final char REMOVE_LEASE_EVENT
Constant, signifying an event that hearalds the end of a lease.

NEW_LEASE_EVENT

public static final char NEW_LEASE_EVENT
Constant, trumpeting the birth of a new lease.

UPDATE_LEASE_EVENT

public static final char UPDATE_LEASE_EVENT
Constant, proclaiming the reformation of a lease.