Package org.apache.sling.models.spi
Interface DisposalCallbackRegistry
- 
@ConsumerType public interface DisposalCallbackRegistryInterface which allows for the registration of DisposalCallback listeners. This interface should not be implemnted by clients. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDisposalCallback(@NotNull DisposalCallback callback)Register a callback. 
 - 
 
- 
- 
Method Detail
- 
addDisposalCallback
void addDisposalCallback(@NotNull @NotNull DisposalCallback callback)Register a callback.- Parameters:
 callback- the callback to register
 
 - 
 
 -