tuwien.auto.eicl.event

Class FrameEvent


public class FrameEvent
extends EventObject

The event object passed to the event handlers, communicating the arrival of a new message.
See Also:
EICLEventListener

Constructor Summary

FrameEvent(Object source, CEMI _Packet)
Constructs a new object

Method Summary

CEMI
getPacket()
Returns the associated message data

Constructor Details

FrameEvent

public FrameEvent(Object source,
                  CEMI _Packet)
Constructs a new object
Parameters:
source - The source class (calling thread)
_Packet - The corresponding packet

Method Details

getPacket

public CEMI getPacket()
Returns the associated message data
Returns:
the cEMI message object