Package com.vk.api.sdk.callback.longpoll
Class CallbackApiLongPoll
java.lang.Object
com.vk.api.sdk.callback.CallbackApi
com.vk.api.sdk.callback.longpoll.CallbackApiLongPoll
public class CallbackApiLongPoll extends CallbackApi
-
Constructor Summary
Constructors Constructor Description CallbackApiLongPoll(VkApiClient client, GroupActor actor)
CallbackApiLongPoll(VkApiClient client, GroupActor actor, int waitTime)
CallbackApiLongPoll(VkApiClient client, UserActor actor, int groupId)
CallbackApiLongPoll(VkApiClient client, UserActor actor, int groupId, int waitTime)
-
Method Summary
Modifier and Type Method Description protected VkApiClient
getClient()
void
run()
Methods inherited from class com.vk.api.sdk.callback.CallbackApi
audioNew, audioNew, boardPostDelete, boardPostDelete, boardPostEdit, boardPostEdit, boardPostNew, boardPostNew, boardPostRestore, boardPostRestore, confirmation, confirmation, groupChangePhoto, groupChangePhoto, groupChangeSettings, groupChangeSettings, groupJoin, groupJoin, groupLeave, groupLeave, groupOfficersEdit, groupOfficersEdit, marketCommentDelete, marketCommentDelete, marketCommentEdit, marketCommentEdit, marketCommentNew, marketCommentNew, marketCommentRestore, marketCommentRestore, messageAllow, messageAllow, messageDeny, messageDeny, messageEdit, messageEdit, messageNew, messageNew, messageReply, messageReply, parse, parse, photoCommentDelete, photoCommentDelete, photoCommentEdit, photoCommentEdit, photoCommentNew, photoCommentNew, photoCommentRestore, photoCommentRestore, photoNew, photoNew, pollVoteNew, pollVoteNew, userBlock, userBlock, userUnblock, userUnblock, videoCommentDelete, videoCommentDelete, videoCommentEdit, videoCommentEdit, videoCommentNew, videoCommentNew, videoCommentRestore, videoCommentRestore, videoNew, videoNew, wallPostNew, wallPostNew, wallReplyDelete, wallReplyDelete, wallReplyEdit, wallReplyEdit, wallReplyNew, wallReplyNew, wallReplyRestore, wallReplyRestore, wallRepost, wallRepost
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CallbackApiLongPoll
-
CallbackApiLongPoll
-
CallbackApiLongPoll
-
CallbackApiLongPoll
-
-
Method Details
-
run
- Throws:
ClientException
ApiException
-
getClient
-