com.kedwards.swt.landlord
Interface FreeableLeasedResource


public interface FreeableLeasedResource

FreeableLeasedResource.java

This is a subinterface of LeasedResource that adds one method, resourceFreed(). This interface is known to the BasicLandlord, and it will invoke resourceFreed() whenever the resource is scavenged or its lease is cancelled.

See http://www.kedwards.com/jini

No warranty expressed or implied; use at your own risk; for educational purposes only.

Author:
Keith Edwards

Method Summary
 void resourceFreed()
           
 

Method Detail

resourceFreed

public void resourceFreed()