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

Packages that use ICustomControlMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.custom   
 

Uses of ICustomControlMessage in cz.cuni.amis.pogamut.ut2004.communication.messages.custom
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.custom with type parameters of type ICustomControlMessage
 class ControlMessageMapper<T extends ICustomControlMessage>
          Reads definition of ICustomControlMessage implementation interpreting ControlMessageType, ControlMessageField and ControlMessageSimType.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.custom that implement ICustomControlMessage
 class BaseCustomControlMessage
          Can be used as ancestor for all ICustomControlMessage sparing you of the necessity of BaseCustomControlMessage.simTime declaration and IWorldEvent.getSimTime() / IWorldChangeEvent.getSimTime() implementation.
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.custom that return ICustomControlMessage
 ICustomControlMessage ControlMessages.read(ControlMessage message)
           
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.custom that return types with arguments of type ICustomControlMessage
 Class<? extends ICustomControlMessage> SendControlMessageMapper.getDescriptor()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.custom with parameters of type ICustomControlMessage
 SendControlMessage SendControlMessageMapper.serialize(ICustomControlMessage message)
           
 SendControlMessage ControlMessages.write(ICustomControlMessage message)
           
 

Constructor parameters in cz.cuni.amis.pogamut.ut2004.communication.messages.custom with type arguments of type ICustomControlMessage
SendControlMessageMapper(Class<? extends ICustomControlMessage> customControlMessageClass)
           
 



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