|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchDeviceListener | |
---|---|
com.twitterapime.rest | |
com.twitterapime.rest.handler | |
com.twitterapime.search | |
com.twitterapime.search.handler |
Uses of SearchDeviceListener in com.twitterapime.rest |
---|
Methods in com.twitterapime.rest with parameters of type SearchDeviceListener | |
---|---|
void |
Timeline.startGetDirectMessages(Query q,
boolean received,
SearchDeviceListener l)
Get all Direct Messages from/to the authenticating user according to given filter. |
void |
Timeline.startGetHomeTweets(Query q,
SearchDeviceListener l)
Get most recent tweets, including retweets, posted by the authenticating user and the user's friends according to given filter. |
void |
Timeline.startGetMentions(Query q,
SearchDeviceListener l)
Get most recent mentions (status containing @username) for the authenticating user according to given filter. |
void |
Timeline.startGetPublicTweets(SearchDeviceListener l)
Get most recent tweets from non-protected users who have set a custom user icon. |
void |
Timeline.startGetUserTweets(Query q,
SearchDeviceListener l)
Get most recent tweets posted from the authenticating user and that user's friends according to given filter. |
Uses of SearchDeviceListener in com.twitterapime.rest.handler |
---|
Methods in com.twitterapime.rest.handler with parameters of type SearchDeviceListener | |
---|---|
void |
TimelineHandler.setSearchDeviceListener(SearchDeviceListener listener)
Set the search device listener object. |
void |
DirectMessageHandler.setSearchDeviceListener(SearchDeviceListener listener)
Set the search device listener object. |
Uses of SearchDeviceListener in com.twitterapime.search |
---|
Methods in com.twitterapime.search with parameters of type SearchDeviceListener | |
---|---|
void |
SearchDevice.startSearchTweets(Query query,
SearchDeviceListener listener)
Search for tweets that match the given query. |
void |
SearchDevice.startSearchTweets(java.lang.String queryString,
SearchDeviceListener listener)
Search for tweets that match the given query string. |
Uses of SearchDeviceListener in com.twitterapime.search.handler |
---|
Methods in com.twitterapime.search.handler with parameters of type SearchDeviceListener | |
---|---|
void |
SearchResultHandler.setSearchDeviceListener(SearchDeviceListener listener)
Set the search device listener object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |