de.nava.informa.utils.toolkit
Interface SchedulerCallbackIF


public interface SchedulerCallbackIF

Using this callback scheduler lets know when time to process channel comes.

Author:
Aleksey Gureev (spyromus@noizeramp.com)

Method Summary
 void process(ChannelRecord record)
          Invoked by scheduler when time to process channel information comes.
 

Method Detail

process

void process(ChannelRecord record)
Invoked by scheduler when time to process channel information comes.

Parameters:
record - channel record.


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