motej.event
Class DataEvent

java.lang.Object
  extended by motej.event.DataEvent

public class DataEvent
extends Object

Author:
Volker Fritzsch

Constructor Summary
DataEvent(byte[] address, byte[] payload, int error)
           
 
Method Summary
 byte[] getAddress()
           
 int getError()
           
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataEvent

public DataEvent(byte[] address,
                 byte[] payload,
                 int error)
Method Detail

getAddress

public byte[] getAddress()

getPayload

public byte[] getPayload()

getError

public int getError()


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.