JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridRepaintAdapter

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

public abstract class HiGridRepaintAdapter
extends Object
implements HiGridRepaintListener

The adapter which receives HiGridRepaint 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:
HiGridRepaintEvent

Constructor Summary
HiGridRepaintAdapter()
           
 
Method Summary
 void beforeRepaintRow(com.klg.jclass.higrid.HiGridRepaintEvent event)
          Before repainting a row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridRepaintAdapter

public HiGridRepaintAdapter()
Method Detail

beforeRepaintRow

public void beforeRepaintRow(com.klg.jclass.higrid.HiGridRepaintEvent event)
Before repainting a row.

Specified by:
beforeRepaintRow in interface HiGridRepaintListener

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