Uses of Interface
net.sourceforge.hiveevents.ChannelImpl.ConsumerInfo

Packages that use ChannelImpl.ConsumerInfo
net.sourceforge.hiveevents This package contains all necessary classes to handle general event channels. 
 

Uses of ChannelImpl.ConsumerInfo in net.sourceforge.hiveevents
 

Classes in net.sourceforge.hiveevents that implement ChannelImpl.ConsumerInfo
protected static class ChannelImpl.AbstractConsumerInfo<T>
           
 

Methods in net.sourceforge.hiveevents that return ChannelImpl.ConsumerInfo
protected  ChannelImpl.ConsumerInfo<T> SyncChannelImpl.getConsumer(int idConsumer)
           
protected  ChannelImpl.ConsumerInfo<T> ChannelImpl.getConsumer(int idConsumer)
           
 

Methods in net.sourceforge.hiveevents with parameters of type ChannelImpl.ConsumerInfo
protected  void ChannelImpl.registerConsumer(ChannelImpl.ConsumerInfo<T> info)