Class BasicPipeline<E>

java.lang.Object
net.orbyfied.j8.event.pipeline.impl.BasicPipeline<E>
Type Parameters:
E - The type of the event.
All Implemented Interfaces:
Pipeline<E,PipelineHandlerAction>, PipelineAccess<E>

public class BasicPipeline<E> extends Object implements Pipeline<E,PipelineHandlerAction>
A list of handlers capable of processing events.