Class DataStreamImpl<T>
- java.lang.Object
-
- org.drools.model.datasources.impl.AbstractObservable
-
- org.drools.model.datasources.impl.DataStreamImpl<T>
-
- All Implemented Interfaces:
DataSource<T>,DataStream<T>,Observable,ReactiveDataSource<T>
public class DataStreamImpl<T> extends AbstractObservable implements DataStream<T>
-
-
Constructor Summary
Constructors Constructor Description DataStreamImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(T obj)-
Methods inherited from class org.drools.model.datasources.impl.AbstractObservable
addObserver, deleteObserver, notifyDelete, notifyInsert, notifyUpdate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.datasources.Observable
addObserver, deleteObserver
-
-
-
-
Method Detail
-
send
public void send(T obj)
- Specified by:
sendin interfaceDataStream<T>
-
-