E - the type of eventsH - the type of handlerspublic abstract class Pipeline<E,H extends Handler<E>> extends Object
Handlers that handle related events.| Constructor and Description |
|---|
Pipeline(List<H> handlers)
Creates an instance with a given list of handlers.
|
Copyright © 2015. All Rights Reserved.