com.supermap.realspace
接口 StopArrivedListener


public interface StopArrivedListener

用于接收飞行到达站点事件(StopArrivedEvent)的监听器。


方法摘要
 void stopArrived(StopArrivedEvent event)
          当飞行到达站点时调用此方法。
 

方法详细信息

stopArrived

void stopArrived(StopArrivedEvent event)
当飞行到达站点时调用此方法。

参数:
event - 指示飞行到达站点的事件。