Uses of Interface
pi.resources.ResourcesContainerListener
Packages that use ResourcesContainerListener
Package
Description
Eine Sammlung von Zwischenspeichern für verschiedene
Spiel-Ressourcen wie zum Beispiel Bilder und Audioklänge.
-
Uses of ResourcesContainerListener in pi.resources
Methods in pi.resources that return ResourcesContainerListenerModifier and TypeMethodDescriptionResourcesContainer.addContainerListener(ResourcesContainerListener<T> listener) Add a new container listener to this instance in order to observe resource life cycles.Methods in pi.resources with parameters of type ResourcesContainerListenerModifier and TypeMethodDescriptionResourcesContainer.addContainerListener(ResourcesContainerListener<T> listener) Add a new container listener to this instance in order to observe resource life cycles.voidResourcesContainer.removeContainerListener(ResourcesContainerListener<T> listener) Remove the specified listener from this container.