cz.cuni.amis.pogamut.udk.communication.messages
Class GBEvent

Package class diagram package GBEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.udk.communication.messages.GBEvent
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, IGBWorldEvent, cz.cuni.amis.utils.listener.Event
Direct Known Subclasses:
AddInventoryMsg, AdrenalineGained, BeginMessage, BotDamaged, BotKilled, Bumped, EndMessage, EnteredVehicle, ExitedVehicle, FactoryUsed, FallEdge, FastTraceResponse, GamePaused, GameResumed, GlobalChat, HandShakeEnd, HandShakeStart, HearNoise, HearPickup, HelloBotHandshake, HelloControlServerHandshake, HelloObserverHandshake, ChangedWeapon, ItemPickedUp, JumpPerformed, KeyEvent, Landed, LockedVehicle, LostChild, LostInventory, MapFinished, MapChange, ObjectSelected, Password, PlayerDamaged, PlayerJoinsGame, PlayerKilled, PlayerLeft, PlayerScore, Pong, Reachable, RecordingEnded, RecordingStarted, ShootingStarted, ShootingStopped, Spawn, TeamChanged, TeamChat, Thrown, TraceResponse, Trigger, TriggerUsed, VolumeChanged, WallCollision, WeaponUpdate, ZoneChangedBot

public class GBEvent
extends cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
implements IGBWorldEvent

Author:
ik

Constructor Summary
GBEvent()
           
 
Method Summary
 long getSimTime()
           
 cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent getWorldEvent()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GBEvent

public GBEvent()
Method Detail

getWorldEvent

public cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent getWorldEvent()
Specified by:
getWorldEvent in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldEventWrapper

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


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