|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.mud.flash.FlashTerminal
Constructor Summary | |
FlashTerminal()
|
Method Summary | |
protected void |
disconnect()
|
VDUBuffer |
getVDUBuffer()
Get the current buffer. |
void |
redraw()
Redraw terminal (send new/changed terminal lines to flash frontend). |
void |
run()
|
void |
setVDUBuffer(VDUBuffer buffer)
Set the VDUBuffer that contains the terminal screen and back-buffer |
void |
start(java.net.Socket flashSocket)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FlashTerminal()
Method Detail |
public void start(java.net.Socket flashSocket)
protected void disconnect()
public void run()
run
in interface java.lang.Runnable
public void redraw()
redraw
in interface VDUDisplay
public void setVDUBuffer(VDUBuffer buffer)
setVDUBuffer
in interface VDUDisplay
buffer
- the terminal bufferpublic VDUBuffer getVDUBuffer()
getVDUBuffer
in interface VDUDisplay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |