org.eclipse.soda.dk.multiplex.connection.service
Interface ChannelListener
- All Known Subinterfaces:
- MultiplexConnectionListener
public interface ChannelListener
- Since:
- 1.2
- Version:
- 1.2.0
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.
Copyright (c) 2009 IBM. See license in Legal section.