|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignalListener | |
|---|---|
| org.eclipse.soda.dk.adapter | This package is part of the org.eclipse.soda.dk.adapter project. |
| org.eclipse.soda.dk.adapter.test | This package is part of the org.eclipse.soda.dk.adapter.test project. |
| org.eclipse.soda.dk.adapter.testcases | This package is part of the org.eclipse.soda.dk.adapter.testcases project. |
| org.eclipse.soda.dk.agent.test | This package is part of the org.eclipse.soda.dk.agent.test project. |
| org.eclipse.soda.dk.command | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.concrete.measurement | This package is part of the org.eclipse.soda.dk.concrete project. |
| org.eclipse.soda.dk.device | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.device.test | This package is part of the org.eclipse.soda.dk.device.test project. |
| org.eclipse.soda.dk.device.testcase | This package is part of the org.eclipse.soda.dk.device.testcase project. |
| org.eclipse.soda.dk.measurement | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.measurement.computed | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.profile | This package is part of the org.eclipse.soda.dk.profile project. |
| org.eclipse.soda.dk.signal | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.signal.service | This package is part of the org.eclipse.soda.dk.device.service project. |
| org.eclipse.soda.dk.wire | This package is part of the org.eclipse.soda.dk.device project. |
| Uses of SignalListener in org.eclipse.soda.dk.adapter |
|---|
| Classes in org.eclipse.soda.dk.adapter that implement SignalListener | |
|---|---|
class |
Adapter
|
class |
DeviceAdapter
|
| Uses of SignalListener in org.eclipse.soda.dk.adapter.test |
|---|
| Classes in org.eclipse.soda.dk.adapter.test that implement SignalListener | |
|---|---|
class |
AdapterTest
|
| Uses of SignalListener in org.eclipse.soda.dk.adapter.testcases |
|---|
| Classes in org.eclipse.soda.dk.adapter.testcases that implement SignalListener | |
|---|---|
class |
TestAdapter
|
| Uses of SignalListener in org.eclipse.soda.dk.agent.test |
|---|
| Classes in org.eclipse.soda.dk.agent.test that implement SignalListener | |
|---|---|
class |
AgentTest
|
| Uses of SignalListener in org.eclipse.soda.dk.command |
|---|
| Classes in org.eclipse.soda.dk.command that implement SignalListener | |
|---|---|
class |
Command
The Command class implements the CommandService interface. |
class |
Commands
The Commands class implements the CommandService interface. |
class |
DataCommand
The DataCommand class implements the CommandService interface. |
class |
DeviceCommand
The DeviceCommand class implements the CommandService interface. |
class |
MeasurementCommand
|
class |
MessageCommand
The MessageCommand class implements the CommandService interface. |
class |
MethodCommand
|
class |
ParameterCommand
The ParameterCommand class implements the CommandService interface. |
class |
SimpleDataCommand
The DataCommand class implements the CommandService interface. |
class |
SimpleMeasurementCommand
|
class |
SimpleMessageCommand
This command class implements a command with a message that is sent to the device and is not received from the device. |
class |
SimpleParameterCommand
The ParameterCommand class implements the CommandService interface. |
class |
SimpleTransformCommand
The TransformCommand class implements the CommandService interface. |
class |
SleepCommand
|
class |
StateCommand
The StateCommand class implements the CommandService interface. |
class |
TransformCommand
The TransformCommand class implements the CommandService interface. |
| Uses of SignalListener in org.eclipse.soda.dk.concrete.measurement |
|---|
| Classes in org.eclipse.soda.dk.concrete.measurement that implement SignalListener | |
|---|---|
class |
ConcreteMeasurement
|
| Uses of SignalListener in org.eclipse.soda.dk.device |
|---|
| Classes in org.eclipse.soda.dk.device that implement SignalListener | |
|---|---|
class |
NotificationController
|
| Uses of SignalListener in org.eclipse.soda.dk.device.test |
|---|
| Classes in org.eclipse.soda.dk.device.test that implement SignalListener | |
|---|---|
class |
DeviceTest
|
| Uses of SignalListener in org.eclipse.soda.dk.device.testcase |
|---|
| Classes in org.eclipse.soda.dk.device.testcase that implement SignalListener | |
|---|---|
class |
DeviceTestcase
|
| Uses of SignalListener in org.eclipse.soda.dk.measurement |
|---|
| Classes in org.eclipse.soda.dk.measurement that implement SignalListener | |
|---|---|
class |
ChildMeasurement
|
class |
CommandMeasurement
The CommandMeasurement class implements the MeasurementService interface. |
class |
ReadMeasurement
|
class |
SignalMeasurement
The SignalMeasurement class implements the MeasurementService interface. |
| Uses of SignalListener in org.eclipse.soda.dk.measurement.computed |
|---|
| Classes in org.eclipse.soda.dk.measurement.computed that implement SignalListener | |
|---|---|
class |
ControlsMeasurement
|
class |
CountMeasurement
|
class |
TotalMeasurement
|
| Uses of SignalListener in org.eclipse.soda.dk.profile |
|---|
| Classes in org.eclipse.soda.dk.profile that implement SignalListener | |
|---|---|
class |
DeviceProfile
|
class |
Profile
|
| Uses of SignalListener in org.eclipse.soda.dk.signal |
|---|
| Classes in org.eclipse.soda.dk.signal that implement SignalListener | |
|---|---|
class |
SignalListeners
The SignalListeners class implements the SignalListener interface. |
class |
Signals
The Signals class implements the SignalService interface. |
| Methods in org.eclipse.soda.dk.signal that return SignalListener | |
|---|---|
static SignalListener |
SignalListeners.add(SignalListener currentObject,
SignalListener newObject)
Perform the add method and return the SignalListener result. |
SignalListener[] |
SignalListeners.getObjects()
Gets the SignalListener[] objects property value. |
protected SignalListener |
Signal.getSignalListener()
Gets the SignalListener signalListener property value. |
protected SignalListener |
SignalListeners.remove(SignalListener removeHandler)
Perform the remove method and return the SignalListener result. |
static SignalListener |
SignalListeners.remove(SignalListener currentObject,
SignalListener removeObject)
Perform the remove method and return the SignalListener result. |
| Methods in org.eclipse.soda.dk.signal with parameters of type SignalListener | |
|---|---|
static SignalListener |
SignalListeners.add(SignalListener currentObject,
SignalListener newObject)
Perform the add method and return the SignalListener result. |
void |
Signal.addSignalListener(SignalListener signalListener)
Adds the specified listener to receive listener notification. |
protected void |
Signal.fireErrorOccurred(SignalListener signalListener,
java.lang.Object timestamp,
java.lang.Object data)
Fire error occurred with the specified signal listener, timestamp and data parameters. |
void |
Signal.fireSignalOccurred(SignalListener signalListener,
java.lang.Object timestamp)
Perform the fireSignalOccurred with no data action method. |
void |
Signal.fireSignalOccurred(SignalListener signalListener,
java.lang.Object timestamp,
java.lang.Object data)
Perform the fireSignalOccurred action method. |
protected SignalListener |
SignalListeners.remove(SignalListener removeHandler)
Perform the remove method and return the SignalListener result. |
static SignalListener |
SignalListeners.remove(SignalListener currentObject,
SignalListener removeObject)
Perform the remove method and return the SignalListener result. |
void |
Signal.removeSignalListener(SignalListener signalListener)
Removes the specified listener from receiving listener notification. |
void |
Signal.setSignalListener(SignalListener signalListener)
Sets the signalListener. |
| Constructors in org.eclipse.soda.dk.signal with parameters of type SignalListener | |
|---|---|
SignalListeners(SignalListener[] objects)
Constructs an SignalListeners object using the input parameter(s). |
|
SignalListeners(SignalListener currentObject,
SignalListener newObject)
Constructs an SignalListeners object using the input parameter(s). |
|
| Uses of SignalListener in org.eclipse.soda.dk.signal.service |
|---|
| Methods in org.eclipse.soda.dk.signal.service with parameters of type SignalListener | |
|---|---|
void |
SignalService.addSignalListener(SignalListener signalListener)
Adds the specified listener to receive listener notification. |
void |
SignalService.removeSignalListener(SignalListener signalListener)
Removes the specified listener from receiving listener notification. |
| Uses of SignalListener in org.eclipse.soda.dk.wire |
|---|
| Classes in org.eclipse.soda.dk.wire that implement SignalListener | |
|---|---|
class |
Wire
The Wire class implements the MeasurementListener interface. |
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||