|
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.Objectjava.util.EventObject
com.github.mrstampy.esp.multiconnectionsocket.ConnectionEvent
public class ConnectionEvent
Event object created when the connected state of the
AbstractMultiConnectionSocket changes.
ConnectionEventListener,
AbstractMultiConnectionSocket,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
ConnectionEvent.State
The Enum State. |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ConnectionEvent(java.lang.Object source,
ConnectionEvent.State state)
Instantiates a new connection event. |
|
| Method Summary | |
|---|---|
ConnectionEvent.State |
getState()
Gets the state. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionEvent(java.lang.Object source,
ConnectionEvent.State state)
source - the sourcestate - the state| Method Detail |
|---|
public ConnectionEvent.State getState()
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||