cz.cuni.amis.pogamut.ut2004.communication.messages.custom
Interface ICustomControlMessage

Package class diagram package ICustomControlMessage
All Superinterfaces:
cz.cuni.amis.utils.listener.Event, IWorldEvent, IWorldChangeEvent
All Known Implementing Classes:
BaseCustomControlMessage

public interface ICustomControlMessage
extends IWorldEvent, IWorldChangeEvent

Every implementation must be:

  1. Typed declaring ControlMessage.getType() via CustomMessageType.
  2. Have every relevant field (that should be linked to some ControlMessage field) annotated with ControlMessageField
  3. Have simType field of 'long' type annotated with ControlMessageSimType
  4. Declare public parameter-less constructor.
You can use BaseCustomControlMessage as the ancestor for all ICustomControlMessage implementations.

Author:
Jimmy

Method Summary
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent
getSimTime
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 



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