Interface ResourcesContainerClearedListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
ResourcesContainerListener<T>

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

    Modifier and Type
    Method
    Description
    void
    This method gets called after the ResourcesContainer.clear method was executed.
  • Method Details

    • cleared

      void cleared()
      This method gets called after the ResourcesContainer.clear method was executed.
      See Also: