2008-07-29 1.1.0

org.eclipse.soda.dk.barcode.reader.device.signal
Class BarcodeReaderDeviceSignal

java.lang.Object
  extended by DataSignal
      extended by org.eclipse.soda.dk.barcode.reader.device.signal.BarcodeReaderDeviceSignal

public class BarcodeReaderDeviceSignal
extends DataSignal

Version:
1.1.0

Constructor Summary
BarcodeReaderDeviceSignal(java.lang.String key, MessageService message)
          Constructs an instance of this class from the specified key and message parameters.
 
Method Summary
 void messageReceived(TransportService transportService, java.lang.Object timestamp, MessageService message)
          Message received with the specified transport service, timestamp and message parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeReaderDeviceSignal

public BarcodeReaderDeviceSignal(java.lang.String key,
                                 MessageService message)
Constructs an instance of this class from the specified key and message parameters.

Parameters:
key - The key (String) parameter.
message - The message (MessageService) parameter.
Method Detail

messageReceived

public void messageReceived(TransportService transportService,
                            java.lang.Object timestamp,
                            MessageService message)
Message received with the specified transport service, timestamp and message parameters.

Parameters:
transportService - The transport service (TransportService) parameter.
timestamp - The timestamp (Object) parameter.
message - The message (MessageService) parameter.

2008-07-29 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.