2009-01-09 1.2.0

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

All Superinterfaces:
ChannelListener

public interface MultiplexConnectionListener
extends ChannelListener

Since:
1.2
Version:
1.2.0

Method Summary
 void processInput(ChannelService channel)
          Process input with the specified channel parameter.
 
Methods inherited from interface org.eclipse.soda.dk.multiplex.connection.service.ChannelListener
channelChanged, getConfigurationService
 

Method Detail

processInput

void processInput(ChannelService channel)
                  throws java.lang.Exception
Process input with the specified channel parameter.

Parameters:
channel - The channel (ChannelService) parameter.
Throws:
java.lang.Exception

2009-01-09 1.2.0

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