ElegantJ Data Entry Masks Java API Specification v1.1

com.elegantj.util.editmask
Interface EditMaskListener

All Superinterfaces:
java.util.EventListener

public interface EditMaskListener
extends java.util.EventListener

Listens for the EditMaskEvent


Method Summary
 void textChanged(EditMaskEvent e)
          Method will be called when the text of the mask has been changed
 void textWasGoingToChange(EditMaskEvent e)
          Method will be called when the text of the mask was going to change, but due to restriction it could not change
 

Method Detail

textChanged

public void textChanged(EditMaskEvent e)
Method will be called when the text of the mask has been changed


textWasGoingToChange

public void textWasGoingToChange(EditMaskEvent e)
Method will be called when the text of the mask was going to change, but due to restriction it could not change


ElegantJ Data Entry Masks Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.