JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface HiGridRowSelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HiGridRowSelectionAdapter

public interface HiGridRowSelectionListener
extends EventListener

Event listener interface for HiGrid RowSelection events.


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.
 

Method Detail

beforeSelectRow

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


afterSelectRow

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


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