Uses of Interface
de.nava.informa.core.ChannelSubscriptionIF

Packages that use ChannelSubscriptionIF
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
 

Uses of ChannelSubscriptionIF in de.nava.informa.core
 

Methods in de.nava.informa.core with parameters of type ChannelSubscriptionIF
 void UserIF.addChannelSubscription(ChannelSubscriptionIF subscription)
           
 void UserIF.removeChannelSubscription(ChannelSubscriptionIF subscription)
           
 

Uses of ChannelSubscriptionIF in de.nava.informa.impl.basic
 

Classes in de.nava.informa.impl.basic that implement ChannelSubscriptionIF
 class ChannelSubscription
          In-Memory implementation of the ChannelSubscriptionIF interface.
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.