comprti.msg
Interface RTIContext


public interface RTIContext

A interface defining operations expected of ...

See Also:
OtherClasses

Method Summary
 MessageFactory getMessageFactory()
          An operation that does ...
 MessagePublisher getMessagePublisher()
          An operation that does ...
 void registerMessageHandler(MessageHandler Hnd)
          An operation that does ...
 

Method Detail

registerMessageHandler

public void registerMessageHandler(MessageHandler Hnd)
An operation that does ...
Parameters:
firstParamName - a description of this parameter

getMessageFactory

public MessageFactory getMessageFactory()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

getMessagePublisher

public MessagePublisher getMessagePublisher()
An operation that does ...
Parameters:
firstParamName - a description of this parameter