us.asciiroth.client.ui
Class MouseCellListenerAdapter

java.lang.Object
  extended by us.asciiroth.client.ui.MouseCellListenerAdapter
All Implemented Interfaces:
MouseCellListener

public class MouseCellListenerAdapter
extends java.lang.Object
implements MouseCellListener


Constructor Summary
MouseCellListenerAdapter()
           
 
Method Summary
 void onContextMenu(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void onMouseDown(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void onMouseOut(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void onMouseOver(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void onMouseUp(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseCellListenerAdapter

public MouseCellListenerAdapter()
Method Detail

onContextMenu

public void onContextMenu(com.google.gwt.user.client.Element td,
                          Cell cell,
                          boolean shifted)
Specified by:
onContextMenu in interface MouseCellListener

onMouseDown

public void onMouseDown(com.google.gwt.user.client.Element td,
                        Cell cell,
                        boolean shifted)
Specified by:
onMouseDown in interface MouseCellListener

onMouseOut

public void onMouseOut(com.google.gwt.user.client.Element td,
                       Cell cell,
                       boolean shifted)
Specified by:
onMouseOut in interface MouseCellListener

onMouseOver

public void onMouseOver(com.google.gwt.user.client.Element td,
                        Cell cell,
                        boolean shifted)
Specified by:
onMouseOver in interface MouseCellListener

onMouseUp

public void onMouseUp(com.google.gwt.user.client.Element td,
                      Cell cell,
                      boolean shifted)
Specified by:
onMouseUp in interface MouseCellListener

0.7

© 2009 Alx Dark