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
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 |
HiGridRepaintAdapter
public HiGridRepaintAdapter()
beforeRepaintRow
public void beforeRepaintRow(com.klg.jclass.higrid.HiGridRepaintEvent event)
- Before repainting a row.
- Specified by:
beforeRepaintRow
in interface HiGridRepaintListener