to.etc.domui.dom.html
Interface ILookupTypingListener<T extends NodeBase>


public interface ILookupTypingListener<T extends NodeBase>

Interface to listener for lookup typing event.

Author:
Vladimir Mijic Created on 29 Jan 2010

Method Summary
 void onLookupTyping(T component, boolean done)
           
 

Method Detail

onLookupTyping

void onLookupTyping(T component,
                    boolean done)
                    throws java.lang.Exception
Throws:
java.lang.Exception