Uses of Interface
net.sourceforge.hiveevents.ChannelRepository

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

Uses of ChannelRepository in net.sourceforge.hiveevents
 

Classes in net.sourceforge.hiveevents that implement ChannelRepository
 class ChannelRepositoryImpl
          Default implementation of a ChannelRepository.
 

Constructors in net.sourceforge.hiveevents with parameters of type ChannelRepository
ChannelObjectProvider(ChannelRepository repository)