类 SatelliteInfoProviderExample
java.lang.Object
net.sf.marineapi.example.SatelliteInfoProviderExample
- 作者:
- Kimmo Tuukkanen
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidMain method takes one command-line argument, the name of the file to read.voidproviderUpdate(SatelliteInfoEvent event) Invoked when new satellite data is available.
-
构造器详细资料
-
SatelliteInfoProviderExample
- 抛出:
IOException
-
-
方法详细资料
-
providerUpdate
从接口复制的说明:SatelliteInfoListenerInvoked when new satellite data is available.- 指定者:
providerUpdate在接口中ProviderListener<SatelliteInfoEvent>- 指定者:
providerUpdate在接口中SatelliteInfoListener- 参数:
event- ProviderEvent object
-
main
Main method takes one command-line argument, the name of the file to read.- 参数:
args- Command-line arguments
-