| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.buffer | |
| gr.uoa.di.madgik.grs.events |
| Modifier and Type | Method and Description |
|---|---|
BufferEvent |
IBuffer.receive(BufferEvent.EventSource source)
Receives a
BufferEvent emitted by the other end of the IBuffer usage. |
BufferEvent |
QueueBuffer.receive(BufferEvent.EventSource source)
Receives a
BufferEvent emitted by the other end of the IBuffer usage. |
| Modifier and Type | Method and Description |
|---|---|
BufferEvent.EventSource |
BufferEvent.getSource()
Retrieves the source of the event
|
static BufferEvent.EventSource |
BufferEvent.EventSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferEvent.EventSource[] |
BufferEvent.EventSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferEvent.setSource(BufferEvent.EventSource source)
Sets the event source
|
Copyright © 2014. All Rights Reserved.