de.nava.informa.utils
Interface PersistChanGrpMgrObserverIF

All Superinterfaces:
ChannelObserverIF

public interface PersistChanGrpMgrObserverIF
extends ChannelObserverIF

Additional events that can be observed for PersistChanGrpMgr


Method Summary
 void pollingNow(String name, int pollingCount, boolean startstop)
          Called to indicate either the start or end of one polling action
 
Methods inherited from interface de.nava.informa.core.ChannelObserverIF
channelRetrieved, itemAdded
 

Method Detail

pollingNow

void pollingNow(String name,
                int pollingCount,
                boolean startstop)
Called to indicate either the start or end of one polling action

Parameters:
name - Name of the PersistChanGrpMgr
pollingCount - how many times this group has polled its feeds so far
startstop - true for start, false for stop


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