2009-01-09 1.2.0

org.eclipse.soda.dk.multiplex.connection.service
Interface ChannelListener

All Known Subinterfaces:
MultiplexConnectionListener

public interface ChannelListener

Since:
1.2
Version:
1.2.0

Method Summary
 void channelChanged(ChannelService channel, int newState, int oldState)
          Channel changed with the specified channel, new state and old state parameters.
 ConfigurationService getConfigurationService()
          Gets the configuration service value.
 

Method Detail

channelChanged

void channelChanged(ChannelService channel,
                    int newState,
                    int oldState)
Channel changed with the specified channel, new state and old state parameters.

Parameters:
channel - The channel (ChannelService) parameter.
newState - The new state (int) parameter.
oldState - The old state (int) parameter.

getConfigurationService

ConfigurationService getConfigurationService()
Gets the configuration service value.

Returns:
The configuration service (ConfigurationService) value.

2009-01-09 1.2.0

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