de.nava.informa.utils.poller
Interface PollerApproverIF
- All Known Implementing Classes:
- CompositeApprover
public interface PollerApproverIF
Approver of item addition as result of poll.
- Author:
- Aleksey Gureev (spyromus@noizeramp.com)
Method Summary |
boolean |
canAddItem(ItemIF item,
ChannelIF channel)
Decides whether it's possible to add item to the channel or no. |
canAddItem
boolean canAddItem(ItemIF item,
ChannelIF channel)
- Decides whether it's possible to add item to the channel or no.
- Parameters:
item
- item to add.channel
- destination channel.
- Returns:
- TRUE if addition is allowed.
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.