Package org.spongepowered.api.event
Interface EventListener<T extends Event>
- Type Parameters:
- T- The type of the event
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a listener accepting 
Events of a specified type.- 
Method Summary