|
Sea 0.4.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.lbl.dsd.sea.event.CallbackEvent
gov.lbl.dsd.sea.event.GenericCallbackEvent
gov.lbl.dsd.sea.demo.ByteArrayEvent
An event that contains an array of bytes.
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 |
public ByteArrayEvent(Stage source, byte[] bytes)
public ByteArrayEvent(Stage source, byte[] bytes, Object info)
Method Detail |
public byte[] getBytes()
|
Sea 0.4.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |