Uses of Interface
org.psepr.jClient.LeaseWatcher

Uses of LeaseWatcher in org.psepr.jClient
 

Methods in org.psepr.jClient that return LeaseWatcher
 LeaseWatcher LeaseHandler.getLeaseWatcher()
           
 

Methods in org.psepr.jClient with parameters of type LeaseWatcher
 void ConnectionHandler.monitorConnection(LeaseWatcher watcher)
           Called after starting the connection to cause a lease to be added to the connection.
 void LeaseHandler.setLeaseWatcher(LeaseWatcher xx)
           
 

Constructors in org.psepr.jClient with parameters of type LeaseWatcher
LeaseHandler(PsEPRConnection con, java.lang.String chan, PayloadParser pp, EventReceiver eq, LeaseWatcher lw)