gzz.client
Class AbstractBinder

java.lang.Object
  |
  +--gzz.client.AbstractBinder
All Implemented Interfaces:
Binder

public abstract class AbstractBinder
extends java.lang.Object
implements Binder


Field Summary
protected  Screen screen
           
 
Constructor Summary
AbstractBinder()
           
 
Method Summary
 void mouse(java.awt.event.MouseEvent e)
          A mouse event.
 void setScreen(Screen s)
          Set the Screen this Binder is connected to.
 void timeout(java.lang.Object id)
          The timeout (set separately) with the given id expired.
 void windowClosed()
          A window has been closed by the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gzz.client.Binder
keystroke
 

Field Detail

screen

protected Screen screen
Constructor Detail

AbstractBinder

public AbstractBinder()
Method Detail

setScreen

public void setScreen(Screen s)
Description copied from interface: Binder
Set the Screen this Binder is connected to. To be used only in Screen.Screen().

Specified by:
setScreen in interface Binder

mouse

public void mouse(java.awt.event.MouseEvent e)
Description copied from interface: Binder
A mouse event.

Specified by:
mouse in interface Binder

windowClosed

public void windowClosed()
Description copied from interface: Binder
A window has been closed by the user.

Specified by:
windowClosed in interface Binder

timeout

public void timeout(java.lang.Object id)
Description copied from interface: Binder
The timeout (set separately) with the given id expired.

Specified by:
timeout in interface Binder