JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface HiGridMoveCellListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HiGridMoveCellAdapter

public interface HiGridMoveCellListener
extends EventListener

Event listener interface for HiGrid MoveCell events.


Method Summary
 void afterMoveColumn(com.klg.jclass.higrid.HiGridMoveCellEvent event)
          After moving a column.
 void beforeMoveColumn(com.klg.jclass.higrid.HiGridMoveCellEvent event)
          Before moving a column.
 

Method Detail

beforeMoveColumn

public void beforeMoveColumn(com.klg.jclass.higrid.HiGridMoveCellEvent event)
Before moving a column.


afterMoveColumn

public void afterMoveColumn(com.klg.jclass.higrid.HiGridMoveCellEvent event)
After moving a column.


Copyright © 2004 Quest Software Inc..
All rights reserved.