gnu.x11
Interface RequestObject


public interface RequestObject

Objects that implement this interface can be written to a connection as part of a request.


Method Summary
 void write(RequestOutputStream c)
          Writes this request object to the specified connection.
 

Method Detail

write

void write(RequestOutputStream c)
Writes this request object to the specified connection.

Parameters:
c - the connection to write to