Interface ResourcesContainerListener<T>
- Type Parameters:
T- The type of the resource that is managed by the container.
- All Superinterfaces:
EventListener, ResourcesContainerClearedListener
This listener provides callbacks to observe
ResourcesContainer instances.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidThis method gets called after theResourcesContainer.addmethod was executed.default voidcleared()This method gets called after theResourcesContainer.clearmethod was executed.default voidThis method gets called after theResourcesContainer.removemethod was executed.
-
Method Details
-
added
-
removed
-
cleared
default void cleared()This method gets called after theResourcesContainer.clearmethod was executed. It notifies that all resources have been removed from the container.- Specified by:
clearedin interfaceResourcesContainerClearedListener- See Also:
-