Package | Description |
---|---|
org.graphstream.stream.thread |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<ThreadProxyPipe.GraphEvents> |
ThreadProxyPipe.events
The message box used to exchange messages between the two threads.
|
Modifier and Type | Method and Description |
---|---|
static ThreadProxyPipe.GraphEvents |
ThreadProxyPipe.GraphEvents.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadProxyPipe.GraphEvents[] |
ThreadProxyPipe.GraphEvents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ThreadProxyPipe.post(ThreadProxyPipe.GraphEvents e,
java.lang.Object... data) |
void |
ThreadProxyPipe.processMessage(ThreadProxyPipe.GraphEvents e,
java.lang.Object[] data) |