net.java.dev.moskito.core.timing
Interface IUpdateTriggerService

All Known Implementing Classes:
UpdateTriggerServiceImpl

public interface IUpdateTriggerService

This interface declares a service provider that allows to get notified periodically.

Author:
dvayanu

Method Summary
 void addUpdateable(IUpdateable aUpdateable, int aUpdateSequenceInSeconds)
          This method registers a listener that will be notified every 'aUpdateSequenceInSeconds' seconds.
 

Method Detail

addUpdateable

void addUpdateable(IUpdateable aUpdateable,
                   int aUpdateSequenceInSeconds)
This method registers a listener that will be notified every 'aUpdateSequenceInSeconds' seconds.

Parameters:
aUpdateable - the listener to be registered
aUpdateSequenceInSeconds - the update interval in seconds


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework