interface IEventCollection<T, R>
package com.turner.top.lib.events.collection
extends ISimpleEventCollection<T, R>
implemented by EventCollection
Enhanced collection of events, allowing before, around, and after listeners for each event in the collection.
See: