BioRadio SDK - Java Android  1.1
com.glneurotech.devices.common.SignalDataEventArgs Class Reference
Inheritance diagram for com.glneurotech.devices.common.SignalDataEventArgs:
com.tangible.EventArgs

Public Member Functions

final SignalGroup getGroup ()
 
final void setGroup (SignalGroup value)
 
final Signal getSignal ()
 
final void setSignal (Signal value)
 
 SignalDataEventArgs (SignalGroup group, Signal signal)
 

Additional Inherited Members

- Static Public Attributes inherited from com.tangible.EventArgs
static EventArgs Empty
 

Detailed Description

Provides a means of identifying a particular SignalGroup or Signal when a related event is raised.

Constructor & Destructor Documentation

◆ SignalDataEventArgs()

com.glneurotech.devices.common.SignalDataEventArgs.SignalDataEventArgs ( SignalGroup  group,
Signal  signal 
)

Sets signal data event args.

Parameters
groupTake a SignalGroup.
signalTake a Signal.

Member Function Documentation

◆ getGroup()

final SignalGroup com.glneurotech.devices.common.SignalDataEventArgs.getGroup ( )

The SignalGroup object, if any, associated with this event.

◆ getSignal()

final Signal com.glneurotech.devices.common.SignalDataEventArgs.getSignal ( )

The Signal object, if any, associated with this event.

◆ setGroup()

final void com.glneurotech.devices.common.SignalDataEventArgs.setGroup ( SignalGroup  value)

Sets the signal group value

Parameters
valueTake a SignalGroup as value.

◆ setSignal()

final void com.glneurotech.devices.common.SignalDataEventArgs.setSignal ( Signal  value)

Sets signal value.

Parameters
valueTake a Signal as parameter.

The documentation for this class was generated from the following file: