boolean |
ContextEventProducerImpl.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Add a listener for the provided scope as strong reference to the BEGINNING of a queue of listeners.
|
boolean |
ContextEventProducerImpl.addListener(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.
|
boolean |
ContextEventProducerImpl.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
int position,
ReferenceType referenceType) |
Add a listener for the provided scope to the specified position of a queue of listeners.
|
boolean |
ContextEventProducerImpl.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
ReferenceType referenceType) |
Add a listener for the provided scope to the BEGINNING of a queue of listeners.
|
boolean |
EventContextInterface.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Add a listener for the provided scope as strong reference to the BEGINNING of a queue of listeners.
|
boolean |
EventContextInterface.addListener(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.
|
boolean |
EventContextInterface.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
int position,
ReferenceType referenceType) |
Add a listener for the provided scope to the specified position of a queue of listeners.
|
boolean |
EventContextInterface.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
ReferenceType referenceType) |
Add a listener for the provided scope to the BEGINNING of a queue of listeners.
|
boolean |
InitialEventContext.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Add a listener for the provided scope as strong reference to the BEGINNING of a queue of listeners.
|
boolean |
InitialEventContext.addListener(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.
|
boolean |
InitialEventContext.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
int position,
ReferenceType referenceType) |
Add a listener for the provided scope to the specified position of a queue of listeners.
|
boolean |
InitialEventContext.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
ReferenceType referenceType) |
Add a listener for the provided scope to the BEGINNING of a queue of listeners.
|
boolean |
RemoteEventContext.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Add a listener for the provided scope as strong reference to the BEGINNING of a queue of listeners.
|
boolean |
RemoteEventContext.addListener(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.
|
boolean |
RemoteEventContext.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
int position,
ReferenceType referenceType) |
Add a listener for the provided scope to the specified position of a queue of listeners.
|
boolean |
RemoteEventContext.addListener(EventListener listener,
String absolutePath,
ContextScope contextScope,
ReferenceType referenceType) |
Add a listener for the provided scope to the BEGINNING of a queue of listeners.
|
protected String |
ContextEventProducerImpl.makeRegex(String absolutePath,
ContextScope contextScope) |
Make a regular expression that matches the right paths to be matched.
|
protected String |
ContextEventProducerImpl.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).
|
boolean |
ContextEventProducerImpl.removeListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Remove the subscription of a listener for the provided scope for a specific event.
|
boolean |
EventContextInterface.removeListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Remove the subscription of a listener for the provided scope for a specific event.
|
boolean |
InitialEventContext.removeListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Remove the subscription of a listener for the provided scope for a specific event.
|
boolean |
RemoteEventContext.removeListener(EventListener listener,
String absolutePath,
ContextScope contextScope) |
Remove the subscription of a listener for the provided scope for a specific event.
|