org.omnaest.utils.events
Interface EventListener<EVENT,RESULT>

Type Parameters:
EVENT -
RESULT -
All Superinterfaces:
Serializable
All Known Implementing Classes:
EventListenerBasic

public interface EventListener<EVENT,RESULT>
extends Serializable

Simple listener which allows to handle events.

Author:
Omnaest

Method Summary
 List<RESULT> handleEvent(EVENT event)
          This method will be called from an EventManager when events are being fired.
 

Method Detail

handleEvent

List<RESULT> handleEvent(EVENT event)
This method will be called from an EventManager when events are being fired.

Parameters:
event -
Returns:
map


Copyright © 2013. All Rights Reserved.