de.jaetzold.art.platform.lego
Class RCX.PacketEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--de.jaetzold.art.platform.lego.RCX.PacketEvent
All Implemented Interfaces:
Event, Serializable
Enclosing class:
RCX

public class RCX.PacketEvent
extends EventObject
implements Event

See Also:
Serialized Form

Field Summary
protected  byte[] packet
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RCX.PacketEvent(Object source, byte[] packet)
           
 
Method Summary
 byte[] getPacket()
           
 Event process()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.jaetzold.util.Event
getSource
 

Field Detail

packet

protected byte[] packet
Constructor Detail

RCX.PacketEvent

public RCX.PacketEvent(Object source,
                       byte[] packet)
Method Detail

getPacket

public byte[] getPacket()

process

public Event process()
Specified by:
process in interface Event

toString

public String toString()
Overrides:
toString in class EventObject