JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridRowSelectionAdapter

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

public abstract class HiGridRowSelectionAdapter
extends Object
implements HiGridRowSelectionListener

The adapter which receives HiGridRowSelection 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:
HiGridRowSelectionEvent

Constructor Summary
HiGridRowSelectionAdapter()
           
 
Method Summary
 void afterSelectRow(com.klg.jclass.higrid.HiGridRowSelectionEvent event)
          After selecting a row.
 void beforeSelectRow(com.klg.jclass.higrid.HiGridRowSelectionEvent event)
          Before selecting a row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridRowSelectionAdapter

public HiGridRowSelectionAdapter()
Method Detail

beforeSelectRow

public void beforeSelectRow(com.klg.jclass.higrid.HiGridRowSelectionEvent event)
Before selecting a row.

Specified by:
beforeSelectRow in interface HiGridRowSelectionListener

afterSelectRow

public void afterSelectRow(com.klg.jclass.higrid.HiGridRowSelectionEvent event)
After selecting a row.

Specified by:
afterSelectRow in interface HiGridRowSelectionListener

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