Uses of Class
org.dwcj.environment.namespace.StandardNamespace
Packages that use StandardNamespace
-
Uses of StandardNamespace in org.dwcj.environment.namespace
Subclasses of StandardNamespace in org.dwcj.environment.namespaceModifier and TypeClassDescriptionfinal classGlobal Namespaces are shared between all application server threads on the same server.final classA Group Namespace is shared between all application server threads started from the same parent.final classA private namespace is shared between all clients that know its prefix and name.Methods in org.dwcj.environment.namespace that return StandardNamespaceModifier and TypeMethodDescriptionStandardNamespace.onAccess(Consumer<NamespaceEvent> consumer) Register a callback that is called whenever anything inside this namespace is being written, regardless if it was a changeStandardNamespace.onChange(Consumer<NamespaceEvent> consumer) Register a callback that is called whenever anything inside this namespace changesStandardNamespace.onVariableAccess(String key, Consumer<NamespaceEvent> consumer) Register a callback that is called whenever a specific variable inside this namespace was written, regardless if it changed its valueStandardNamespace.onVariableChange(String key, Consumer<NamespaceEvent> consumer) Register a callback that is called whenever a specific variable inside this namespace changes