jhomenet.server.console
Interface ConsoleWindow

All Known Implementing Classes:
ConsoleWindowImpl

public interface ConsoleWindow

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Method Summary
 ConsoleInputStream getInstream()
           
 ConsoleOutputStream getOutstream()
           
 void requestWindowClose()
           
 void setVisible(java.lang.Boolean visible)
           
 

Method Detail

setVisible

void setVisible(java.lang.Boolean visible)

requestWindowClose

void requestWindowClose()

getInstream

ConsoleInputStream getInstream()

getOutstream

ConsoleOutputStream getOutstream()


Copyright © 2004-2007 David Irwin. All Rights Reserved.