Uses of Class
org.apache.sis.internal.system.SystemListener
Packages that use SystemListener
Package
Description
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
A set of system-wide services for the SIS implementation.
A set of helper classes for the SIS implementation.
A set of helper classes for XML handling in the SIS implementation.
-
Uses of SystemListener in org.apache.sis.internal.metadata
Subclasses of SystemListener in org.apache.sis.internal.metadataModifier and TypeClassDescriptionclass
Provides access to services defined in the"sis-referencing"
module.final class
Implements the metadata services needed by the"sis-utility"
module. -
Uses of SystemListener in org.apache.sis.internal.referencing
Subclasses of SystemListener in org.apache.sis.internal.referencingModifier and TypeClassDescriptionfinal class
The default coordinate operation factory, provided in a separated class for deferring class loading until first needed.final class
Implements the referencing services needed by the"sis-metadata"
module. -
Uses of SystemListener in org.apache.sis.internal.system
Subclasses of SystemListener in org.apache.sis.internal.systemModifier and TypeClassDescriptionfinal class
Default factories defined in thesis-utility
module.class
Base class of internal hooks for accessing optional dependencies.Fields in org.apache.sis.internal.system declared as SystemListenerModifier and TypeFieldDescriptionprivate static SystemListener[]
SystemListener.listeners
The listeners, ornull
if none.Methods in org.apache.sis.internal.system with parameters of type SystemListenerModifier and TypeMethodDescriptionstatic void
SystemListener.add
(SystemListener listener) Adds the given listener to the list of listeners to notify when a change occurs.static void
SystemListener.remove
(SystemListener listener) Removes all occurrences (not just the first one) of the given listener. -
Uses of SystemListener in org.apache.sis.internal.util
Subclasses of SystemListener in org.apache.sis.internal.utilModifier and TypeClassDescriptionclass
Provides access to services defined in the"sis-metadata"
module. -
Uses of SystemListener in org.apache.sis.internal.xml
Subclasses of SystemListener in org.apache.sis.internal.xml