| Package | Description |
|---|---|
| org.corpus_tools.salt.extensions.notification | |
| org.corpus_tools.salt.extensions.notification.graph | |
| org.corpus_tools.salt.extensions.notification.graph.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
SaltNotificationFactory.getListener()
Returns an unmodifiable list of all listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaltNotificationFactory.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
void |
SaltNotificationFactory.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaltNotificationFactory.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
Notifier.getListener()
Returns an unmodifiable list of all listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
void |
Notifier.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Listener> |
RelationNotifierImpl.listenerList |
protected List<Listener> |
LabelNotifierImpl.listenerList |
protected List<Listener> |
NodeNotifierImpl.listenerList |
protected List<Listener> |
LayerNotifierImpl.listenerList |
protected List<Listener> |
GraphNotifierImpl.listenerList |
| Modifier and Type | Method and Description |
|---|---|
static List<Listener> |
NotifierHelper.addListener(List<Listener> listenerList,
Collection<Listener> newListeners) |
static List<Listener> |
NotifierHelper.addListener(List<Listener> listenerList,
Listener listener) |
List<Listener> |
RelationNotifierImpl.getListener()
Returns an unmodifiable list of all listeners.
|
List<Listener> |
LabelNotifierImpl.getListener()
Returns an unmodifiable list of all listeners.
|
List<Listener> |
NodeNotifierImpl.getListener()
Returns an unmodifiable list of all listeners.
|
List<Listener> |
LayerNotifierImpl.getListener()
Returns an unmodifiable list of all listeners.
|
List<Listener> |
GraphNotifierImpl.getListener()
Returns an unmodifiable list of all listeners.
|
static List<Listener> |
NotifierHelper.getListener(List<Listener> listenerList) |
static List<Listener> |
NotifierHelper.removeListener(List<Listener> listenerList,
Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
static List<Listener> |
NotifierHelper.addListener(List<Listener> listenerList,
Listener listener) |
void |
RelationNotifierImpl.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
void |
LabelNotifierImpl.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
void |
NodeNotifierImpl.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
void |
LayerNotifierImpl.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
void |
GraphNotifierImpl.addListener(Listener listener)
Adds a new listener, which then will be notified about a change in this
object.
|
static List<Listener> |
NotifierHelper.removeListener(List<Listener> listenerList,
Listener listener) |
void |
RelationNotifierImpl.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
void |
LabelNotifierImpl.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
void |
NodeNotifierImpl.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
void |
LayerNotifierImpl.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
void |
GraphNotifierImpl.removeListener(Listener listener)
Removes a listener, which won't be notified about a change in this object
anymore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationNotifierImpl.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
void |
LabelNotifierImpl.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
void |
NodeNotifierImpl.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
void |
LayerNotifierImpl.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
void |
GraphNotifierImpl.addListener(Collection<Listener> listener)
Adds a set of new listener, which then will be notified about a change in
this object.
|
static List<Listener> |
NotifierHelper.addListener(List<Listener> listenerList,
Collection<Listener> newListeners) |
static List<Listener> |
NotifierHelper.addListener(List<Listener> listenerList,
Collection<Listener> newListeners) |
static List<Listener> |
NotifierHelper.addListener(List<Listener> listenerList,
Listener listener) |
static List<Listener> |
NotifierHelper.getListener(List<Listener> listenerList) |
static void |
NotifierHelper.notify(List<Listener> listenerList,
Listener.NOTIFICATION_TYPE type,
org.corpus_tools.salt.graph.GRAPH_ATTRIBUTES attribute,
Object oldValue,
Object newValue,
Object container)
Passes the notification to all listeners in list.
|
static List<Listener> |
NotifierHelper.removeListener(List<Listener> listenerList,
Listener listener) |
Copyright © 2009–2017 Humboldt-Universität zu Berlin, INRIA. All rights reserved.