com.sun.jini.lease
Interface LeaseListener


public abstract interface LeaseListener
extends java.util.EventListener


Method Summary
 void notify(LeaseRenewalEvent e)
          Called by the LeaseRenewalManager when a lease expires or is denied before the desired absolute expiration time is reached.
 

Method Detail

notify

public void notify(LeaseRenewalEvent e)
Called by the LeaseRenewalManager when a lease expires or is denied before the desired absolute expiration time is reached. The lease has already been removed from the managed set. New leases can be added from within the listener.
Parameters:
e - the event


Copyright © 1999 Sun Microsystems, Inc. All rights reserved