Method | Description | |
---|---|---|
EEGDataListener ( ISynchronizeInvoke invoker, Action |
Create a listener whose behavior is defined by the given actions. Any action may be null
|
|
Listen ( IArrayView |
Invokes the listen action
|
|
SourceConnected ( IEEGDataSource source ) : void |
Invokes the connected action
|
|
SourceDisconnected ( IEEGDataSource source ) : void |
Invokes the disconnected action
|
Method | Description | |
---|---|---|
DisposeOfManagedResources ( ) : void |
Removes the listener from its data source, and invokes the dispose action
|
protected DisposeOfManagedResources ( ) : void | ||
return | void |
public EEGDataListener ( ISynchronizeInvoke invoker, Action |
||
invoker | ISynchronizeInvoke | |
onSourceConnected | Action |
|
onListen | Action |
|
onSourceDisconnected | Action |
|
onDispose | System.Action | |
return | System |
public SourceConnected ( IEEGDataSource source ) : void | ||
source | IEEGDataSource | |
return | void |
public SourceDisconnected ( IEEGDataSource source ) : void | ||
source | IEEGDataSource | |
return | void |