cz.cuni.amis.pogamut.udk.communication.translator.shared.events
Class ListObtained<T>
java.lang.Object
cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
cz.cuni.amis.pogamut.udk.communication.translator.shared.events.ListObtained<T>
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.translator.event.IWorldEventWrapper, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event
public class ListObtained<T>
- extends cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
Event notifying that list of some objects/events was received.
- Author:
- ik
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper |
getWorldEvent |
ListObtained
public ListObtained(List<T> list)
getList
public List<T> getList()
- Returns list of received objects.
- Returns:
getSimTime
public long getSimTime()
- Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent- Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent- Specified by:
getSimTime in class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.