Package org.apache.sling.models.spi
Interface DisposalCallback
- 
@ConsumerType public interface DisposalCallbackCallback interface which can be implemented by Injectors to perform some action when a created object is destroyed. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDisposed()Callback method for when an object is destroyed. 
 -