MDateSelector

mseries.Calendar
Interface MFieldListener

All Superinterfaces:
EventListener

public interface MFieldListener
extends EventListener

Interface to which any object must conform if it is to be informed of changes to an MSeries field such as MDateEntryField.

Focus listeners can't be used as some components artificially lose and gain the focus but the component is not strictly exited. This interface should be used to detect the user entering and exiting the field


Method Summary
 void fieldEntered(FocusEvent event)
          The field has recieved focus
 void fieldExited(FocusEvent event)
          The field has lost focus
 

Method Detail

fieldEntered

void fieldEntered(FocusEvent event)
The field has recieved focus


fieldExited

void fieldExited(FocusEvent event)
The field has lost focus


MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.