|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.multiconnectionsocket.MessageEvent<MESSAGE>
MESSAGE - the generic typepublic class MessageEvent<MESSAGE>
Disruptor event to pass EEG device messages from the device to the
MultiConnectionSocket's message processing.
| Constructor Summary | |
|---|---|
MessageEvent()
|
|
| Method Summary | |
|---|---|
MESSAGE |
getMessage()
Gets the message. |
void |
setMessage(MESSAGE message)
Sets the message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageEvent()
| Method Detail |
|---|
public MESSAGE getMessage()
public void setMessage(MESSAGE message)
message - the new message
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||