Package org.geotools.util.factory
Class FactoryConfigurationEvent
Object
EventObject
FactoryConfigurationEvent
- All Implemented Interfaces:
Serializable
FactoryConfigurationEvent is used to notify that GeoTools library configuration has changed.
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionFactoryConfigurationEvent(Object source) FactoryConfigurationEvent(Object source, Map<RenderingHints.Key, Object> hints) -
Method Summary
Modifier and TypeMethodDescriptiongetHints()Indications of changes that have occurred, ornullfor a system-wide change.Methods inherited from class EventObject
getSource, toString
-
Constructor Details
-
FactoryConfigurationEvent
-
FactoryConfigurationEvent
-
-
Method Details
-
getHints
Indications of changes that have occurred, ornullfor a system-wide change.- Returns:
- factory configuration changes
-