org.omnaest.utils.events.adapter
Class EventListenerAdapter.SourceEventDataContainer<SOURCE,EVENT,DATA>

java.lang.Object
  extended by org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer<SOURCE,EVENT,DATA>
Enclosing interface:
EventListenerAdapter<OTHER_EVENT,OTHER_RESULT,EVENT,RESULT>

public static class EventListenerAdapter.SourceEventDataContainer<SOURCE,EVENT,DATA>
extends Object

Container which allows storage of tuples.

See Also:
EventListenerAdapter

Field Summary
protected  List<TupleThree<SOURCE,EVENT,DATA>> sourceEventDataList
           
 
Constructor Summary
EventListenerAdapter.SourceEventDataContainer()
           
 
Method Summary
 void addSourceEventData(SOURCE source, EVENT event, DATA data)
          Adds a new Tuple to the EventListenerAdapter.SourceEventDataContainer.
 List<TupleThree<SOURCE,EVENT,DATA>> getSourceEventDataList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceEventDataList

protected List<TupleThree<SOURCE,EVENT,DATA>> sourceEventDataList
Constructor Detail

EventListenerAdapter.SourceEventDataContainer

public EventListenerAdapter.SourceEventDataContainer()
Method Detail

addSourceEventData

public void addSourceEventData(SOURCE source,
                               EVENT event,
                               DATA data)
Adds a new Tuple to the EventListenerAdapter.SourceEventDataContainer.

Parameters:
source -
event -
data -

getSourceEventDataList

public List<TupleThree<SOURCE,EVENT,DATA>> getSourceEventDataList()


Copyright © 2013. All Rights Reserved.