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

Packages that use ChannelObserverIF
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. 
de.nava.informa.impl.hibernate Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org
de.nava.informa.utils Provides utility classes that are convenient when handling the news channel object model. 
 

Uses of ChannelObserverIF in de.nava.informa.core
 

Methods in de.nava.informa.core with parameters of type ChannelObserverIF
 void ChannelObservableIF.addObserver(ChannelObserverIF o)
          Adds an observer to the set of observers for this object.
 void ChannelObservableIF.removeObserver(ChannelObserverIF o)
          Removes an observer from the set of observers of this object.
 

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

Methods in de.nava.informa.impl.basic with parameters of type ChannelObserverIF
 void Channel.addObserver(ChannelObserverIF o)
           
 void Channel.removeObserver(ChannelObserverIF o)
           
 

Uses of ChannelObserverIF in de.nava.informa.impl.hibernate
 

Methods in de.nava.informa.impl.hibernate with parameters of type ChannelObserverIF
 void Channel.addObserver(ChannelObserverIF o)
           
 void Channel.removeObserver(ChannelObserverIF o)
           
 

Uses of ChannelObserverIF in de.nava.informa.utils
 

Subinterfaces of ChannelObserverIF in de.nava.informa.utils
 interface PersistChanGrpMgrObserverIF
          Additional events that can be observed for PersistChanGrpMgr
 

Classes in de.nava.informa.utils that implement ChannelObserverIF
 class SimpleChannelObserver
          Simple implementation of the ChannelOberserverIF interface for keeping track of the added news item (and also to properly handle it by the logging facility).
 



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