org.tbee.swing.jpa
Interface JpaEntitySearchBuilder.SearchFeedbackListener

All Known Implementing Classes:
JpaEntitySearchBuilder.SearchFeedbackListenerImpl
Enclosing class:
JpaEntitySearchBuilder<T>

public static interface JpaEntitySearchBuilder.SearchFeedbackListener


Method Summary
 void exceptionThrown(Throwable t)
           
 void searchFinished()
           
 void startSearch()
           
 

Method Detail

startSearch

void startSearch()

searchFinished

void searchFinished()

exceptionThrown

void exceptionThrown(Throwable t)


Copyright © 2012 KnowledgePlaza. All Rights Reserved.