All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.table.JCEnterCellListener

public interface JCEnterCellListener
extends EventListener
The listener interface for receiving JCEnterCellEvent events.

See Also:
addEnterCellListener, JCEnterCellEvent

Method Index

 o enterCellBegin(JCEnterCellEvent)
Invoked before the cell is traversed to.
 o enterCellEnd(JCEnterCellEvent)
Invoked after the cell is traversed to.

Methods

 o enterCellBegin
 public abstract void enterCellBegin(JCEnterCellEvent e)
Invoked before the cell is traversed to.

 o enterCellEnd
 public abstract void enterCellEnd(JCEnterCellEvent e)
Invoked after the cell is traversed to.


All Packages  Class Hierarchy  This Package  Previous  Next  Index