public interface SerializedDataStatusListener extends EncodedStatusListens
| Modifier and Type | Method and Description |
|---|---|
void |
onSerializedDataArrival(String source,
long timestamp,
String key,
byte[] serializedData)
this method is called if an EncodedDataStatus
object is not decomposable, is Serializable and had been serialized in a byte array.
|
Copyright © 2014 LSST. All rights reserved.