public class DataStreamImpl<T> extends AbstractObservable implements DataStream<T>
| Constructor and Description |
|---|
DataStreamImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
send(T obj) |
addObserver, deleteObserver, notifyDelete, notifyInsert, notifyUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddObserver, deleteObserverpublic void send(T obj)
send in interface DataStream<T>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.