Package net.orbyfied.j8.event.pipeline
Interface Pipeline<E,A extends PipelineHandlerAction>
- All Superinterfaces:
PipelineAccess<E>
- All Known Subinterfaces:
OrderedPipeline<E,A>
- All Known Implementing Classes:
BasicPipeline
-
Method Summary
Methods inherited from interface net.orbyfied.j8.event.pipeline.PipelineAccess
base, base
-
Method Details
-
push
Description copied from interface:PipelineAccessPushes an event to the pipeline.- Specified by:
pushin interfacePipelineAccess<E>- Parameters:
event- The event.- Returns:
- This.
-
handler
-