jaugment2.UI.swingUI
Interface RemoteScreen


public interface RemoteScreen

This Interface is for beans, that represent a remote-screen like a serial-port-controled LCD-display or a PDA or even a remote-computer with wich we share a desktop for collaboration.


Method Summary
 void addKeyListener(java.awt.event.KeyListener l)
          The component given is the soruce in events in this object
 void addMouseListener(java.awt.event.MouseListener l)
          The component given is the soruce in events in this object
 java.awt.Graphics getGraphics()
          Get the graphics-object to update the remote-screen.
 void setRoot(java.awt.Component r)
           
 

Method Detail

setRoot

public void setRoot(java.awt.Component r)

getGraphics

public java.awt.Graphics getGraphics()
Get the graphics-object to update the remote-screen. It may update asyncronously but not ignore draw-actions not undone by later ones.

addKeyListener

public void addKeyListener(java.awt.event.KeyListener l)
The component given is the soruce in events in this object

addMouseListener

public void addMouseListener(java.awt.event.MouseListener l)
The component given is the soruce in events in this object