org.omnaest.utils.events.adapter
Class EventListenerAdapter.ClientResultContainer<CLIENT,RESULT>

java.lang.Object
  extended by org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer<CLIENT,RESULT>
Type Parameters:
CLIENT -
RESULT -
Enclosing interface:
EventListenerAdapter<OTHER_EVENT,OTHER_RESULT,EVENT,RESULT>

public static class EventListenerAdapter.ClientResultContainer<CLIENT,RESULT>
extends Object

Author:
Omnaest
See Also:
EventListenerAdapter

Field Summary
protected  List<TupleTwo<CLIENT,RESULT>> clientResultList
           
 
Constructor Summary
EventListenerAdapter.ClientResultContainer()
           
 
Method Summary
 void addClientResult(CLIENT client, RESULT result)
          Adds a new Tuple to the EventListenerAdapter.ClientResultContainer.
 List<TupleTwo<CLIENT,RESULT>> getClientResultList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientResultList

protected List<TupleTwo<CLIENT,RESULT>> clientResultList
Constructor Detail

EventListenerAdapter.ClientResultContainer

public EventListenerAdapter.ClientResultContainer()
Method Detail

addClientResult

public void addClientResult(CLIENT client,
                            RESULT result)
Adds a new Tuple to the EventListenerAdapter.ClientResultContainer.

Parameters:
client -
result -

getClientResultList

public List<TupleTwo<CLIENT,RESULT>> getClientResultList()


Copyright © 2013. All Rights Reserved.