jtge.engine.io
Interface IInput

All Known Implementing Classes:
AsynchronousInput, Input

public interface IInput

Defines an input.

An input reads commands from a given source.

Version:
$Revision: 1.3 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 void close()
          Close the input.
 boolean isClosed()
          Check whether the input is closed or not.
 void read()
          Read commands.
 

Method Detail

read

public void read()
Read commands.


close

public void close()
Close the input.


isClosed

public boolean isClosed()
Check whether the input is closed or not.

Returns:
current close status.


Copyright © 2003-2005 . All Rights Reserved.