Package io.github.qishr.cascara.common.lang.streaming
Interface StreamHandler
java.lang.Object
io.github.qishr.cascara.common.lang.streaming.StreamHandler
@io.github.qishr.cascara.common.lang.annotation.Experimental
public interface StreamHandler
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract void | onEvent(StreamingEvent event) |
Method Details
onEvent
public abstract void onEvent(StreamingEvent event)