Sea 0.4.0

gov.lbl.dsd.sea.demo
Class ByteArrayEvent

java.lang.Object
  extended bygov.lbl.dsd.sea.event.CallbackEvent
      extended bygov.lbl.dsd.sea.event.GenericCallbackEvent
          extended bygov.lbl.dsd.sea.demo.ByteArrayEvent

public class ByteArrayEvent
extends GenericCallbackEvent

An event that contains an array of bytes.

Version:
$Revision: 1.1 $, $Date: 2004/05/29 19:24:57 $

Constructor Summary
ByteArrayEvent(Stage source, byte[] bytes)
           
ByteArrayEvent(Stage source, byte[] bytes, Object info)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class gov.lbl.dsd.sea.event.GenericCallbackEvent
getInfo, getMessage, toString
 
Methods inherited from class gov.lbl.dsd.sea.event.CallbackEvent
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteArrayEvent

public ByteArrayEvent(Stage source,
                      byte[] bytes)

ByteArrayEvent

public ByteArrayEvent(Stage source,
                      byte[] bytes,
                      Object info)
Method Detail

getBytes

public byte[] getBytes()

Sea 0.4.0