Uses of Enum Class
nl.tudelft.simulation.naming.context.event.ContextScope
Packages that use ContextScope
Package
Description
The naming.context.event package contains specific classes for contexts that can notify listeners about changes in the
context tree or in its objects, based on a provided scope.
-
Uses of ContextScope in nl.tudelft.simulation.naming.context.event
Methods in nl.tudelft.simulation.naming.context.event that return ContextScopeModifier and TypeMethodDescriptionstatic ContextScopeReturns the enum constant of this class with the specified name.static ContextScope[]ContextScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.tudelft.simulation.naming.context.event with parameters of type ContextScopeModifier and TypeMethodDescriptionbooleanContextEventProducerImpl.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope) Add a listener for the provided scope as strong reference to the BEGINNING of a queue of listeners.booleanContextEventProducerImpl.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, int position) Add a listener for the provided scope as strong reference to the specified position of a queue of listeners.booleanContextEventProducerImpl.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, int position, org.djutils.event.reference.ReferenceType referenceType) Add a listener for the provided scope to the specified position of a queue of listeners.booleanContextEventProducerImpl.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, org.djutils.event.reference.ReferenceType referenceType) Add a listener for the provided scope to the BEGINNING of a queue of listeners.booleanEventContextInterface.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope) Add a listener for the provided scope as strong reference to the BEGINNING of a queue of listeners.booleanEventContextInterface.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, int position) Add a listener for the provided scope as strong reference to the specified position of a queue of listeners.booleanEventContextInterface.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, int position, org.djutils.event.reference.ReferenceType referenceType) Add a listener for the provided scope to the specified position of a queue of listeners.booleanEventContextInterface.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, org.djutils.event.reference.ReferenceType referenceType) Add a listener for the provided scope to the BEGINNING of a queue of listeners.booleanInitialEventContext.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope) booleanInitialEventContext.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, int position) booleanInitialEventContext.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, int position, org.djutils.event.reference.ReferenceType referenceType) booleanInitialEventContext.addListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope, org.djutils.event.reference.ReferenceType referenceType) protected StringContextEventProducerImpl.makeRegex(String absolutePath, ContextScope contextScope) Make a regular expression that matches the right paths to be matched.protected StringContextEventProducerImpl.makeRegistryKey(String absolutePath, ContextScope contextScope) Make a key consisting of the full path of the subcontext (without the trailing slash) or object in the context tree, followed by a hash code (#) and the context scope string (OBJECT_SCOPE, LEVEL_SCOPE, LEVEL_OBJECT_SCOPE, or SUBTREE_SCOPE).booleanContextEventProducerImpl.removeListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope) Remove the subscription of a listener for the provided scope for a specific event.booleanEventContextInterface.removeListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope) Remove the subscription of a listener for the provided scope for a specific event.booleanInitialEventContext.removeListener(org.djutils.event.EventListener listener, String absolutePath, ContextScope contextScope)