org.omnaest.utils.events.adapter
Class EventListenerAdapter.ClientResultContainer<CLIENT,RESULT>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clientResultList
protected List<TupleTwo<CLIENT,RESULT>> clientResultList
EventListenerAdapter.ClientResultContainer
public EventListenerAdapter.ClientResultContainer()
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.