com.eurotech.framework.protocol.pcn
Class VehicleMotionEventQueue

java.lang.Object
  extended by com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
      extended by com.eurotech.framework.protocol.pcn.VehicleMotionEventQueue

public class VehicleMotionEventQueue
extends Pcn1001EventQueue

Defines vehicle motion event queue.

Author:
ilya.binshtok

Field Summary
 
Fields inherited from class com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
queue
 
Constructor Summary
VehicleMotionEventQueue()
          VehicleMotionEventQueue constructor
 
Method Summary
 VehicleMotionEvent pop()
          Pops motion event from queue.
 void push(VehicleMotionEvent motionEvent)
          Puts supplied vehicle motion event to queue.
 
Methods inherited from class com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
isEmpty, popEvent, pushEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleMotionEventQueue

public VehicleMotionEventQueue()
VehicleMotionEventQueue constructor

Method Detail

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.