2009-01-09 1.2.0

org.eclipse.soda.dk.device.service
Interface MultiplexDeviceListener

All Superinterfaces:
DeviceListener, ErrorListener
All Known Implementing Classes:
AdapterTest, DeviceListeners, DeviceProfile, DeviceTest, Profile

public interface MultiplexDeviceListener
extends DeviceListener

Since:
1.2
Version:
1.2.0

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.device.service.DeviceListener
ADDED, CHANGED, REMOVED
 
Method Summary
 void channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 
Methods inherited from interface org.eclipse.soda.dk.device.service.DeviceListener
controlChanged, deviceChanged
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener
errorOccurred
 

Method Detail

channelChanged

void channelChanged(DeviceService source,
                    java.lang.Object timestamp,
                    ChannelService channel,
                    int newState,
                    int oldState)
Channel changed with the specified source, timestamp, channel, new state and old state parameters.

Parameters:
source - The source (DeviceService) parameter.
timestamp - The time stamp (Object) parameter.
channel - The channel (ChannelService) parameter.
newState - The new state (int) parameter.
oldState - The old state (int) parameter.

2009-01-09 1.2.0

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