|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer<SOURCE,EVENT,DATA>
public static class EventListenerAdapter.SourceEventDataContainer<SOURCE,EVENT,DATA>
Container which allows storage of
EventListenerAdapter
Field Summary
protected List<TupleThree<SOURCE,EVENT,DATA>>sourceEventDataList
Constructor Summary
EventListenerAdapter.SourceEventDataContainer()
Method Summary
voidaddSourceEventData(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)
Tuple to the EventListenerAdapter.SourceEventDataContainer.
source - event - data -
getSourceEventDataList
public List<TupleThree<SOURCE,EVENT,DATA>> getSourceEventDataList()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2013. All Rights Reserved.