Uses of Interface
net.sf.beep4j.Channel

Packages that use Channel
net.sf.beep4j   
net.sf.beep4j.ext   
net.sf.beep4j.internal   
net.sf.beep4j.internal.profile   
 

Uses of Channel in net.sf.beep4j
 

Methods in net.sf.beep4j with parameters of type Channel
 void ChannelHandler.channelOpened(Channel c)
          Invoked by the framework when the channel has been successfully started.
 void ChannelFilter.NextFilter.filterChannelOpened(Channel channel)
           
 void ChannelFilter.filterChannelOpened(ChannelFilter.NextFilter next, Channel channel)
          Filters ChannelHandler.channelOpened(Channel).
 

Uses of Channel in net.sf.beep4j.ext
 

Methods in net.sf.beep4j.ext that return Channel
protected  Channel ChannelHandlerAdapter.getChannel()
          Gets the channel object set by the ChannelHandlerAdapter.channelOpened(Channel) method.
 

Methods in net.sf.beep4j.ext with parameters of type Channel
 void ChannelHandlerAdapter.channelOpened(Channel channel)
          Notifies this handler that the channel has been successfully opened.
 

Uses of Channel in net.sf.beep4j.internal
 

Subinterfaces of Channel in net.sf.beep4j.internal
 interface InternalChannel
          Interface implemented by channels that contains methods only visible to the internal implementation.
 

Uses of Channel in net.sf.beep4j.internal.profile
 

Methods in net.sf.beep4j.internal.profile with parameters of type Channel
 void ChannelManagementProfileImpl.channelOpened(Channel c)
           
 



Copyright © 2007 null. All Rights Reserved.