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
-
enterCellBegin(JCEnterCellEvent)
- Invoked before the cell is traversed to.
-
enterCellEnd(JCEnterCellEvent)
- Invoked after the cell is traversed to.
enterCellBegin
public abstract void enterCellBegin(JCEnterCellEvent e)
- Invoked before the cell is traversed to.
enterCellEnd
public abstract void enterCellEnd(JCEnterCellEvent e)
- Invoked after the cell is traversed to.
All Packages Class Hierarchy This Package Previous Next Index