|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.Listeners
public class Listeners
Helper class for dealing with listeners
| Nested Class Summary | |
|---|---|
static interface |
Listeners.Notification<T>
|
| Constructor Summary | |
|---|---|
Listeners()
|
|
| Method Summary | ||
|---|---|---|
static
|
addListener(T listener,
Iterable<T> listeners)
|
|
static
|
newListeners()
|
|
static
|
notifyListeners(Iterable<T> listeners,
Executor executor,
Listeners.Notification<T> notification)
|
|
static
|
notifyListeners(Iterable<T> listeners,
Listeners.Notification<T> notification)
|
|
static
|
removeListener(T listener,
Iterable<T> listeners)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Listeners()
| Method Detail |
|---|
public static <T> Iterable<T> newListeners()
public static <T> Iterable<T> addListener(T listener,
Iterable<T> listeners)
public static <T> Iterable<T> removeListener(T listener,
Iterable<T> listeners)
public static <T> void notifyListeners(Iterable<T> listeners,
Listeners.Notification<T> notification)
public static <T> void notifyListeners(Iterable<T> listeners,
Executor executor,
Listeners.Notification<T> notification)
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||