JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridTraverseAdapter

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

public abstract class HiGridTraverseAdapter
extends Object
implements HiGridTraverseListener

The adapter which receives HiGridTraverse 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:
HiGridTraverseEvent

Constructor Summary
HiGridTraverseAdapter()
           
 
Method Summary
 void afterTraverse(com.klg.jclass.higrid.HiGridTraverseEvent event)
          After traversing to a new cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridTraverseAdapter

public HiGridTraverseAdapter()
Method Detail

afterTraverse

public void afterTraverse(com.klg.jclass.higrid.HiGridTraverseEvent event)
After traversing to a new cell.

Specified by:
afterTraverse in interface HiGridTraverseListener

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