类 VehicleMoveEvent


public class VehicleMoveEvent extends VehicleEvent
载具移动事件
  • 构造器详细资料

  • 方法详细资料

    • getFrom

      public Location getFrom()
      获取载具的上一个位置.

      原文:Get the previous position.

      返回:
      旧的位置
    • getTo

      public Location getTo()
      获取载具新的位置.

      原文:Get the next position.

      返回:
      新的位置
    • getHandlers

      public HandlerList getHandlers()
      指定者:
      getHandlers 在类中 Event
    • getHandlerList

      public static HandlerList getHandlerList()