Skip to content

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.annotation.Experimental
public interface StreamHandler

Method Summary

Modifier and Type Method Description
public abstract void onEvent(E event)

Method Details

onEvent

public abstract void onEvent(E event)