com.eurotech.framework.protocol.pcn
Class VehicleMotionEventQueue
java.lang.Object
com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
com.eurotech.framework.protocol.pcn.VehicleMotionEventQueue
public class VehicleMotionEventQueue
- extends Pcn1001EventQueue
Defines vehicle motion event queue.
- Author:
- ilya.binshtok
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleMotionEventQueue
public VehicleMotionEventQueue()
- VehicleMotionEventQueue constructor
push
public void push(VehicleMotionEvent motionEvent)
- Puts supplied vehicle motion event to queue.
- Parameters:
movementEvent
- - vehicle motion event as VehicleMotionEvent
pop
public VehicleMotionEvent pop()
- Pops motion event from queue.
- Returns:
- movement event removed as
VehicleMotionEvent
Copyright © 2013. All Rights Reserved.