org.psepr.jClient
Interface LeaseWatcher


public interface LeaseWatcher

Interface that is called when the state of the lease changes. The usual thing is that the lease has failed.

Author:
radams1

Method Summary
 void LeaseStateChange(PsEPRLease theLease, java.lang.String reason)
           
 

Method Detail

LeaseStateChange

void LeaseStateChange(PsEPRLease theLease,
                      java.lang.String reason)