public class VehicleMoveEvent extends VehicleEvent
Event.Resultvehicle| 构造器和说明 |
|---|
VehicleMoveEvent(Vehicle vehicle,
Location from,
Location to) |
| 限定符和类型 | 方法和说明 |
|---|---|
Location |
getFrom()
获取载具的上一个位置.
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Location |
getTo()
获取载具新的位置.
|
getVehiclegetEventName, isAsynchronouspublic Location getFrom()
原文:Get the previous position.
public Location getTo()
原文:Get the next position.
public HandlerList getHandlers()
getHandlers 在类中 Eventpublic static HandlerList getHandlerList()