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, notifyUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addObserver, deleteObserver
public void send(T obj)
send
in interface DataStream<T>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.