JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.cell.validate
Interface JCValidateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HiGrid

public interface JCValidateListener
extends EventListener

The listener interface for receiving value change events from an editor.


Method Summary
 void stateIsInvalid(com.klg.jclass.cell.validate.JCValidateEvent e)
          Invoked if the state is changed to INVALID.
 void valueChangedBegin(com.klg.jclass.cell.validate.JCValidateEvent e)
          Invoked just before the internal value of the field is changed.
 void valueChangedEnd(com.klg.jclass.cell.validate.JCValidateEvent e)
          Invoked just after the internal value of the field has been changed.
 

Method Detail

valueChangedBegin

public void valueChangedBegin(com.klg.jclass.cell.validate.JCValidateEvent e)
Invoked just before the internal value of the field is changed.

Parameters:
e -

valueChangedEnd

public void valueChangedEnd(com.klg.jclass.cell.validate.JCValidateEvent e)
Invoked just after the internal value of the field has been changed.

Parameters:
e -

stateIsInvalid

public void stateIsInvalid(com.klg.jclass.cell.validate.JCValidateEvent e)
Invoked if the state is changed to INVALID.

Parameters:
e -

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