org.springframework.richclient.swing
Interface UserInputListener

All Known Implementing Classes:
NumberBinding

public interface UserInputListener

Separate listener because when format is changed during focus lost/gained, ordinary DocumentListener fires events. This listener can be used to listen to userInputEvents only.


Method Summary
 void update(JComponent source)
           
 

Method Detail

update

void update(JComponent source)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.