Interface ResourcesContainerClearedListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
ResourcesContainerListener<T>

public interface ResourcesContainerClearedListener
extends java.util.EventListener
This listener provides a callback for when a ResourcesContainer was cleared.
See Also:
ResourcesContainer
  • Method Summary

    Modifier and TypeMethodDescription
    voidcleared()
    This method gets called after the ResourcesContainer.clear method was executed.