org.gwtbootstrap3.extras.typeahead.client.base
Class SuggestionCallback<T>

java.lang.Object
  extended by org.gwtbootstrap3.extras.typeahead.client.base.SuggestionCallback<T>

public class SuggestionCallback<T>
extends Object

Author:
Florian Kremser

Constructor Summary
SuggestionCallback(JavaScriptObject jsCallback)
           
 
Method Summary
 void execute(Collection<Suggestion<T>> suggestions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionCallback

public SuggestionCallback(JavaScriptObject jsCallback)
Method Detail

execute

public void execute(Collection<Suggestion<T>> suggestions)


Copyright © 2015. All rights reserved.