Interface Pipeline<E,A extends PipelineHandlerAction>

All Superinterfaces:
PipelineAccess<E>
All Known Subinterfaces:
OrderedPipeline<E,A>
All Known Implementing Classes:
BasicPipeline

public interface Pipeline<E,A extends PipelineHandlerAction> extends PipelineAccess<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    handler(Handler handler)
     
    push(E event)
    Pushes an event to the pipeline.

    Methods inherited from interface net.orbyfied.j8.event.pipeline.PipelineAccess

    base, base
  • Method Details