public interface IUpdateTriggerService
cleanup() method to clean up resources it uses.| Modifier and Type | Method and Description |
|---|---|
void |
addUpdateable(IUpdateable aUpdateable,
int aUpdateSequenceInSeconds)
This method registers a listener that will be notified every 'aUpdateSequenceInSeconds' seconds.
|
void |
cleanup()
Used to notify implementation to clean up resources it uses.
|
void addUpdateable(IUpdateable aUpdateable, int aUpdateSequenceInSeconds)
aUpdateable - the listener to be registeredaUpdateSequenceInSeconds - the update interval in secondsvoid cleanup()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.