cz.cuni.amis.pogamut.multi.communication.worldview.object.event
Class DummyObjectEvent

Package class diagram package DummyObjectEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.multi.communication.worldview.object.event.DummyObjectEvent

public class DummyObjectEvent
extends Object

Class for buffering raised events in local worldViews

Author:
srlok

Nested Class Summary
static class DummyObjectEvent.EventType
          Enumerates all common object event types
 
Constructor Summary
DummyObjectEvent(WorldObjectId objectId, DummyObjectEvent.EventType eventType, long eventTime)
           
 
Method Summary
 WorldObjectId getObjectId()
           
 long getTime()
           
 DummyObjectEvent.EventType getType()
           
 void incTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyObjectEvent

public DummyObjectEvent(WorldObjectId objectId,
                        DummyObjectEvent.EventType eventType,
                        long eventTime)
Method Detail

getObjectId

public WorldObjectId getObjectId()

getType

public DummyObjectEvent.EventType getType()

incTime

public void incTime()

getTime

public long getTime()


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