Interface YahooFeedServices
-
- All Known Implementing Classes:
YahooFeed
interface YahooFeedServicesServices provided by the Yahoo feed.- Since:
- 2.1.4
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoDataReceived(String inHandle, Object inData)Indicates receipt of market data.intgetRefreshInterval()Gets the interval at which to refresh market data requests.
-
-
-
Method Detail
-
doDataReceived
void doDataReceived(String inHandle, Object inData)
Indicates receipt of market data.- Parameters:
inHandle- aStringvalueinData- anObjectvalue
-
getRefreshInterval
int getRefreshInterval()
Gets the interval at which to refresh market data requests.- Returns:
- an
intvalue in ms
-
-