|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelSubscriptionIF
Implementing classes hold information about wether a channel should be updated or not, when the channel was last time updated (retrieved) and in which interval subsequent updated should be executed.
Method Summary | |
---|---|
int |
getUpdateInterval()
|
boolean |
isActive()
|
void |
setActive(boolean active)
Activate/Deactivate channel update behaviour. |
void |
setUpdateInterval(int interval)
Sets the interval time between channel updates. |
Methods inherited from interface de.nava.informa.core.WithChannelMIF |
---|
getChannel, setChannel |
Method Detail |
---|
boolean isActive()
void setActive(boolean active)
active
- - wether this channel should be updated at all or
not.int getUpdateInterval()
void setUpdateInterval(int interval)
interval
- - time in seconds between channel update
retrievals.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |