2009-01-09 1.2.0

org.eclipse.soda.dk.profile.service
Interface MultiplexProfileListener

All Superinterfaces:
ErrorListener, ProfileListener
All Known Implementing Classes:
ProfileListeners

public interface MultiplexProfileListener
extends ProfileListener

Since:
1.2
Version:
1.2.0

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.profile.service.ProfileListener
ADDED, CHANGED, REMOVED
 
Method Summary
 void channelChanged(ProfileService 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.profile.service.ProfileListener
controlChanged, profileChanged
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener
errorOccurred
 

Method Detail

channelChanged

void channelChanged(ProfileService 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 (ProfileService) 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.