JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface HiGridFormatNodeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HiGridFormatNodeAdapter

public interface HiGridFormatNodeListener
extends EventListener

Event listener interface for HiGrid FormatNode events.


Method Summary
 void afterCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
          After creating a FormatNode's contents.
 void beforeCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
          Before creating a FormatNode's contents.
 

Method Detail

beforeCreateFormatNodeContents

public void beforeCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
Before creating a FormatNode's contents.


afterCreateFormatNodeContents

public void afterCreateFormatNodeContents(com.klg.jclass.higrid.HiGridFormatNodeEvent event)
After creating a FormatNode's contents.


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