JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridMoveCellAdapter

java.lang.Object
  |
  +--com.klg.jclass.higrid.HiGridMoveCellAdapter
All Implemented Interfaces:
EventListener, HiGridMoveCellListener

public abstract class HiGridMoveCellAdapter
extends Object
implements HiGridMoveCellListener

The adapter which receives HiGridMoveCell events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
HiGridMoveCellEvent

Constructor Summary
HiGridMoveCellAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridMoveCellAdapter

public HiGridMoveCellAdapter()
Method Detail

beforeMoveColumn

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

Specified by:
beforeMoveColumn in interface HiGridMoveCellListener

afterMoveColumn

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

Specified by:
afterMoveColumn in interface HiGridMoveCellListener

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