cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Class ItemDescriptorObtained

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.ItemDescriptorObtained
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, Event

public class ItemDescriptorObtained
extends TranslatorEvent


Constructor Summary
ItemDescriptorObtained(ItemDescriptor obtained, long simTime)
           
 
Method Summary
 ItemDescriptor getItemDescriptor()
           
 java.lang.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

ItemDescriptorObtained

public ItemDescriptorObtained(ItemDescriptor obtained,
                              long simTime)
Method Detail

getItemDescriptor

public ItemDescriptor getItemDescriptor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object