edu.uiuc.cs.net.DPRPManager
Interface DPRPLeaseListener

All Superinterfaces:
DPRPLeaseListenerConstants, java.util.EventListener
All Known Implementing Classes:
DPRPLeaseTableModel, GUI_DPRPClient

public interface DPRPLeaseListener
extends DPRPLeaseListenerConstants

This interface comprises the methods that must be supported by something that wishes to act as a "DPRP Lease Listener". Namely, something that wishes to receive events that contain DPRP leases. These events will be sourced by the DPRPClient object, and contain updated leases that correspond with server activity.

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

Fields inherited from interface edu.uiuc.cs.net.DPRPManager.DPRPLeaseListenerConstants
NEW_LEASE_EVENT, REMOVE_LEASE_EVENT, UPDATE_LEASE_EVENT
 
Method Summary
 void receiveLease(DPRPLeaseEvent ple)
          Method definition for that which receives a fired lease event.
 

Method Detail

receiveLease

public void receiveLease(DPRPLeaseEvent ple)
Method definition for that which receives a fired lease event.