JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridErrorAdapter

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

public abstract class HiGridErrorAdapter
extends Object
implements HiGridErrorListener

The adapter which receives HiGridError 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:
HiGridErrorEvent

Constructor Summary
HiGridErrorAdapter()
           
 
Method Summary
 void processError(com.klg.jclass.higrid.HiGridErrorEvent event)
          An exception has occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridErrorAdapter

public HiGridErrorAdapter()
Method Detail

processError

public void processError(com.klg.jclass.higrid.HiGridErrorEvent event)
An exception has occurred.

Specified by:
processError in interface HiGridErrorListener

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