Uses of Class
org.apache.sis.storage.event.StoreListeners.ForType
Packages that use StoreListeners.ForType
Package
Description
Provides interfaces and classes for dealing with different types of events fired by resources.
-
Uses of StoreListeners.ForType in org.apache.sis.storage.event
Fields in org.apache.sis.storage.event declared as StoreListeners.ForTypeModifier and TypeFieldDescriptionprivate StoreListeners.ForType
<?> StoreListeners.listeners
The head of a chained list of listeners, ornull
if none.(package private) final StoreListeners.ForType
<?> StoreListeners.ForType.next
Next element in the chain of listeners.Methods in org.apache.sis.storage.event with parameters of type StoreListeners.ForTypeModifier and TypeMethodDescription(package private) static void
StoreListeners.ForType.removeUnreachables
(StoreListeners.ForType<?> listeners, Set<Class<? extends StoreEvent>> permittedEventTypes) Removes all listeners which will never receive any kind of events.Constructors in org.apache.sis.storage.event with parameters of type StoreListeners.ForTypeModifierConstructorDescription(package private)
ForType
(Class<E> type, StoreListeners.ForType<?> next) Creates a new element in the chained list of listeners.