cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Class ListObtained<T>

Package class diagram package ListObtained
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.ListObtained<T>
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, cz.cuni.amis.utils.listener.Event

public class ListObtained<T>
extends TranslatorEvent

Event notifying that list of some objects/events was received.

Author:
ik

Constructor Summary
ListObtained(List<T> list, long simTime)
           
 
Method Summary
 List<T> getList()
          Returns list of received objects.
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
getSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getWorldEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListObtained

public ListObtained(List<T> list,
                    long simTime)
Method Detail

getList

public List<T> getList()
Returns list of received objects.

Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.