|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchDeviceListener
This interface defines the methods of a listener interested on the result of a search operation from SearchDevice class.
SearchDevice,
Tweet,
Timeline| Method Summary | |
|---|---|
void |
searchCompleted()
This method is called when the search operation is completed. |
void |
searchFailed(java.lang.Throwable cause)
This method is called when an exception is thrown during the search operation. |
void |
tweetFound(Tweet tweet)
This method is called when a tweet is received. |
| Method Detail |
|---|
void tweetFound(Tweet tweet)
This method is called when a tweet is received.
tweet - Tweet found.void searchCompleted()
This method is called when the search operation is completed.
void searchFailed(java.lang.Throwable cause)
This method is called when an exception is thrown during the search operation. When a exception is thrown the search is finished.
cause - The thrown exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||