cz.cuni.amis.pogamut.base.communication.connection
Interface IWorldWriterProvider

Package class diagram package IWorldWriterProvider
All Known Subinterfaces:
IWorldConnection<ADDRESS>
All Known Implementing Classes:
AbstractConnection, SocketConnection

public interface IWorldWriterProvider

Interface that provides a writer that can be used to send commands to the world.

Author:
Jimmy

Method Summary
 WorldWriter getWriter()
          To be used on ICommandSerializer.start() method to obtain a writer into the world.
 

Method Detail

getWriter

WorldWriter getWriter()
                      throws CommunicationException
To be used on ICommandSerializer.start() method to obtain a writer into the world.

Use writer.close() to stop the writer.

Returns:
Throws:
ConnectionException
CommunicationException


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